Skip to content

Commit

Permalink
chore: enforce scope
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Aug 15, 2024
1 parent 93ccb2b commit 894c268
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,15 @@ module.exports = {
'header-max-length': [2, 'always', 72],
'scope-case': [2, 'always', 'lower-case'],
'scope-empty': [2, 'never'],
'scope-enum': [2, 'always', [
'asdf',
'binaries',
'git',
'nvim',
'packages',
'setup',
'tmux',
'zsh',
]],
}
};

0 comments on commit 894c268

Please sign in to comment.