Skip to content

Commit

Permalink
chore: adjust config rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdichtioui committed Nov 29, 2024
1 parent adf0938 commit 5bd0068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/config/commitlint.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"header-max-length": [2, "always", 100],
"subject-empty": [2, "never"],
"subject-full-stops": [2, "never", "."],
"subject-full-stops": [2, "never"],
"type-case": [2, "always", "lower-case"],
"subject-case": [2, "never", "upper-case"]
}
Expand Down

0 comments on commit 5bd0068

Please sign in to comment.