mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 15:58:18 +00:00
Merge pull request #12945 from opensourcerouting/fix/relax_a_bit_some_commitlint_rules
tools: Do not force Sentence-case for commit messages
This commit is contained in:
commit
70de85d669
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 New Issue
Block a user