chore: remove subject-case rule from commitlint (#8091)

This commit is contained in:
Alex Rudenko 2022-03-07 11:43:24 +01:00 committed by GitHub
parent 3feca325a9
commit 8cd635dc6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,6 @@ module.exports = {
rules: {
'body-max-line-length': [0, 'always', 100],
'footer-max-line-length': [0, 'always', 100],
'subject-case': [0, 'never'],
},
};