mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #327 from hieugao/ci/add-more-commit-prefixes
Add some more commit prefixes
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
// module.exports = {extends: ['@commitlint/config-conventional']}
|
// module.exports = {extends: ['@commitlint/config-conventional']}
|
||||||
module.exports = {
|
module.exports = {
|
||||||
rules: {
|
rules: {
|
||||||
'type-enum': [2, 'always', ['feat', 'refactor', 'style', 'fix', 'ci']],
|
'type-enum': [2, 'always', ['chore', 'ci', 'docs', 'feat', 'fix', 'refactor', 'style', 'test']],
|
||||||
'body-leading-blank': [1, 'always'],
|
'body-leading-blank': [1, 'always'],
|
||||||
'body-max-line-length': [2, 'always', 100],
|
'body-max-line-length': [2, 'always', 100],
|
||||||
'footer-leading-blank': [1, 'always'],
|
'footer-leading-blank': [1, 'always'],
|
||||||
|
Reference in New Issue
Block a user