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:
Christian Hopps 2023-03-03 07:13:44 -05:00 committed by GitHub
commit 70de85d669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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?