Skip to content

Commit

Permalink
Merge pull request #659 from Financial-Times/apaleslimghost-patch-2
Browse files Browse the repository at this point in the history
backstage: disallow chore commits, introduce backstage commits
  • Loading branch information
apaleslimghost authored May 29, 2024
2 parents a996e92 + 254982b commit 1934be7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
module.exports = { extends: ['@commitlint/config-conventional'] }
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
['backstage', 'build', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test']
]
}
}

0 comments on commit 1934be7

Please sign in to comment.