mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2026-08-23 18:49:40 +02:00
chore(copier): apply template copier-ssf-ciat v2.10.7
This commit is contained in:
+13
-7
@@ -1,8 +1,14 @@
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'body-max-line-length': [2, 'always', 120],
|
||||
'footer-max-line-length': [2, 'always', 120],
|
||||
'header-max-length': [2, 'always', 72],
|
||||
},
|
||||
};
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'body-max-line-length': [2, 'always', 120],
|
||||
'footer-max-line-length': [2, 'always', 120],
|
||||
'header-max-length': [2, 'always', 72]
|
||||
},
|
||||
ignores: [
|
||||
(commit) => commit.startsWith('chore(copier):'),
|
||||
(commit) => commit.startsWith('chore(deps):'),
|
||||
(commit) => commit.startsWith('ci(pre-commit.ci):'),
|
||||
(commit) => commit.startsWith('[CI merge]')
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user