ci: disable false "footer-leading-blank" warning from commitlint (#15238)

This commit is contained in:
dundargoc 2021-08-02 11:22:43 +02:00 committed by GitHub
parent 141f0038db
commit 3f9a838454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ module.exports = {
rules: {
'body-leading-blank': [1, 'always'],
'body-max-line-length': [2, 'always', 100],
'footer-leading-blank': [1, 'always'],
'footer-max-line-length': [2, 'always', 100],
'scope-case': [2, 'always', 'lower-case'],
'subject-case': [