tools: Do not force Sentence-case for commit messages

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
Donatas Abraitis 2023-03-03 14:10:36 +02:00
parent bd0699e27a
commit 70594ab7bd
2 changed files with 0 additions and 2 deletions

View file

@ -42,6 +42,5 @@ module.exports = {
], ],
'subject-empty': [2, 'never'], 'subject-empty': [2, 'never'],
'subject-full-stop': [2, 'never', '.'], 'subject-full-stop': [2, 'never', '.'],
'subject-case': [2, 'always', 'sentence-case'],
}, },
}; };

View file

@ -365,7 +365,6 @@ There is a built-in commit linter. Basic rules:
`Check <https://github.com/FRRouting/frr/tree/master/.github/commitlint.config.js>`_ all `Check <https://github.com/FRRouting/frr/tree/master/.github/commitlint.config.js>`_ all
the supported subsystems. the supported subsystems.
- Commit messages must start with a capital letter
- Commit messages must not end with a period ``.`` - Commit messages must not end with a period ``.``
Why was my pull request closed? Why was my pull request closed?