Skip to content

Commit

Permalink
ci(commitlint): disallow tests as scope it's a type (kumahq#8514)
Browse files Browse the repository at this point in the history
There's been a few `chore(tests)` which shouldn't exist
as they are not user visible changes

Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana authored Dec 4, 2023
1 parent 10a77a5 commit f24b1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
"header-max-length": [0],
// Disable some common mistyped scopes and some that should be used
"scope-enum": [2, "never", [
"kumacp", "kumadp", "kumacni", "kumainit", "*", "madr", "test", "ci", "perf", "policies"
"kumacp", "kumadp", "kumacni", "kumainit", "*", "madr", "test", "ci", "perf", "policies", "tests"
]],
"scope-empty": [2, "never"]
},
Expand Down

0 comments on commit f24b1e8

Please sign in to comment.