We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab35f36 commit dfcafa5Copy full SHA for dfcafa5
.github/workflows/config/commitlint.config.mjs
@@ -1,5 +1,6 @@
1
export default {
2
defaultIgnores: false,
3
+ helpUrl: 'https://github.com/RexOps/Rex/blob/master/CONTRIBUTING.md#git-workflow',
4
rules: {
5
'body-leading-blank': [ 2, 'always', true ],
6
'header-max-length': [ 2, 'always', 50 ],
0 commit comments