Skip to content

Commit

Permalink
ci: 🔧 increase the footer length rule in commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Feb 2, 2024
1 parent 0aba51d commit 53109c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'footer-max-line-length': [2, 'always', 200],
},
};

0 comments on commit 53109c5

Please sign in to comment.