From: Israel Fruchter <
fr...@scylladb.com>
Committer: Israel Fruchter <
israel....@gmail.com>
Branch: branch-5.4
fix(commitlint): add `build` to scope
since dependabot is using this scope, we should fail
CI checks on it (it's easier then teaching it to switch the text)
---
diff --git a/commitlint.config.js b/commitlint.config.js
--- a/commitlint.config.js
+++ b/commitlint.config.js
@@ -8,7 +8,7 @@ module.exports = {
'subject-max-length': [2, 'always', 100],
'subject-min-length': [2, 'always', 10],
// Type
- 'type-enum': [2,'always',['ci','docs','feature','fix','improvement','perf','refactor','revert','style','test', 'unit-test']],
+ 'type-enum': [2,'always',['ci','docs','feature','fix','improvement','perf','refactor','revert','style','test', 'unit-test', 'build']],
'type-empty': [2, 'never'],
// Scope
'scope-empty': [2, 'never'],