mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 05:27:16 +02:00
tools: Do not force Sentence-case for commit messages
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
bd0699e27a
commit
70594ab7bd
1
.github/commitlint.config.js
vendored
1
.github/commitlint.config.js
vendored
|
@ -42,6 +42,5 @@ module.exports = {
|
|||
],
|
||||
'subject-empty': [2, 'never'],
|
||||
'subject-full-stop': [2, 'never', '.'],
|
||||
'subject-case': [2, 'always', 'sentence-case'],
|
||||
},
|
||||
};
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue