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-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
the supported subsystems.
- Commit messages must start with a capital letter
- Commit messages must not end with a period ``.``
Why was my pull request closed?