Skip to content

Commit

Permalink
ci(release): lenient max header length for commits checks (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaytan authored Jan 15, 2024
1 parent b255a3c commit e9b26e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'header-max-length': [2, 'always', 64],
'scope-enum': [2, 'always', [
'core', 'spigot-adapter', 'spigot-plugin', 'readme', 'contributing',
'changelog', 'packaging', 'deps', 'other', 'github', 'renovate', 'release'
Expand Down

0 comments on commit e9b26e0

Please sign in to comment.