aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-08-02 11:22:43 +0200
committerGitHub <noreply@github.com>2021-08-02 11:22:43 +0200
commit3f9a838454e78252cfd90311472978960040d4ec (patch)
treeb5fe0b317e273d98ff7748a502d3b6f3af0d8052
parent141f0038dbf7c47692e25b8c8a43e168540df05e (diff)
downloadrneovim-3f9a838454e78252cfd90311472978960040d4ec.tar.gz
rneovim-3f9a838454e78252cfd90311472978960040d4ec.tar.bz2
rneovim-3f9a838454e78252cfd90311472978960040d4ec.zip
ci: disable false "footer-leading-blank" warning from commitlint (#15238)
-rw-r--r--.github/workflows/commitlint.config_patch.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/commitlint.config_patch.js b/.github/workflows/commitlint.config_patch.js
index 986d80b2e0..ca398c45dc 100644
--- a/.github/workflows/commitlint.config_patch.js
+++ b/.github/workflows/commitlint.config_patch.js
@@ -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': [