Skip to content

Commit

Permalink
chore: fix lint config for git msgs [ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bmazzarol committed Mar 11, 2023
1 parent 8c0d63c commit f68caa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
"header-case": [1, "always", "sentence-case"],
"header-max-length": [2, "always", 100],
"subject-case": [0, 'never'],
"subject-max-length": [2, "always", 100],
"scope-enum": _ => [
2,
"always",
Expand Down

0 comments on commit f68caa9

Please sign in to comment.