Skip to content

Commit

Permalink
ci: disable footer-leading-blank rule
Browse files Browse the repository at this point in the history
Rule disabled as linter can not detect footer-leading-blank as seen in #572
  • Loading branch information
virkt25 committed Sep 18, 2017
1 parent 07b025f commit ca216c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ module.exports = {
'subject-tense': [2, 'always', ['present-imperative']],
'lang': [0, 'always', 'eng'],
'body-leading-blank': [2, 'always'],
'footer-leading-blank': [2, 'always'],
'footer-leading-blank': [0, 'always'],
}
}

0 comments on commit ca216c0

Please sign in to comment.