Skip to content

Commit beaa970

Browse files
chore: file sync update
Signed-off-by: sol-office-file-synchronization[bot] Sync: synced local '.commitlintrc.mjs' with remote 'sync/.commitlintrc.mjs'
1 parent 71fdaba commit beaa970

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.commitlintrc.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ export default {
33
'@commitlint/config-conventional'
44
],
55
ignores: [
6-
(message) => message.includes('Signed-off-by: dependabot[bot]')
6+
(message) => message.includes('Signed-off-by: dependabot[bot]'),
7+
(message) => message.includes('Signed-off-by: sol-office-file-synchronization[bot]')
78
],
89
rules: {
910
'header-max-length': [

0 commit comments

Comments
 (0)