mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: disable false "footer-leading-blank" warning from commitlint (#15238)
This commit is contained in:
parent
141f0038db
commit
3f9a838454
1
.github/workflows/commitlint.config_patch.js
vendored
1
.github/workflows/commitlint.config_patch.js
vendored
@ -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': [
|
||||
|
Loading…
Reference in New Issue
Block a user