Skip to content

Commit

Permalink
Merge pull request #388 from kumar303/lint
Browse files Browse the repository at this point in the history
chore: Don't error out for long commit messages
  • Loading branch information
kumar303 committed Jul 25, 2016
2 parents 552ca13 + ff970a2 commit 947f8c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .conventional-changelog-lintrc
Expand Up @@ -2,6 +2,7 @@
"extends": ["angular"],
"rules": {
"body-tense": [0, "never"],
"header-max-length": [1, "always", 72],
"subject-tense": [0, "never"],
"footer-tense": [0, "never"],
"subject-case": [0, "never"],
Expand Down

0 comments on commit 947f8c2

Please sign in to comment.