Skip to content

Commit

Permalink
Merge pull request OpenGeoscience#1332 from OpenGeoscience/commitlint
Browse files Browse the repository at this point in the history
build: Adjust commitlint so dependabot doesn't cause errors
  • Loading branch information
manthey authored Sep 17, 2024
2 parents 954e267 + fcb1c68 commit 5a037e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
// 0-disable, 1-warn, 2-error
'subject-case': [0],
// These are the standard values, but are listed here for easier reference
'type-enum': [
Expand All @@ -19,6 +20,11 @@ module.exports = {
'style',
'test'
]
],
'body-max-line-length': [
2,
'always',
Infinity
]
}
};

0 comments on commit 5a037e7

Please sign in to comment.