fix: remove footer-max-line-length rule

This commit is contained in:
Ricardo Arturo Cabral Mejía 2023-02-03 20:34:59 -05:00
parent b8c35364a7
commit 43186a01e6
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245

View File

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