Skip to content

Commit

Permalink
chore: do not require commit signoff
Browse files Browse the repository at this point in the history
  • Loading branch information
Airblader committed Jan 19, 2020
1 parent 10d9425 commit 472d0e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ module.exports = {
'subject-case': [ 0 ],
'scope-enum': [ 2, 'always', [ 'core', 'demo', 'docs', 'scripts', 'other', 'deps', 'release' ] ],
'type-enum': [ 2, 'always', [ 'feat', 'fix', 'chore', 'test', 'docs', 'style', 'refactor', 'revert' ] ],
'signed-off-by': [ 2, 'always', 'Signed-off-by:' ],
},
};

0 comments on commit 472d0e1

Please sign in to comment.