mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
ci: disable false "footer-leading-blank" warning from commitlint (#15238)
This commit is contained in:
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': [
|
||||
|
||||
Reference in New Issue
Block a user