We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff80f5a commit 2e48802Copy full SHA for 2e48802
.gitlint
@@ -117,10 +117,10 @@ contrib=CC1
117
# E.g. Ignore all lines that start with 'Co-Authored-By'
118
# regex=^Co-Authored-By
119
120
-# [ignore-by-author-name]
+[ignore-by-author-name]
121
# Ignore certain rules for commits of which the author name matches a regex
122
# E.g. Match commits made by dependabot
123
-# regex=(.*)dependabot(.*)
+regex=(.*)dependabot(.*)
124
#
125
# Ignore certain rules, you can reference them by their id or by their full name
126
# Use 'all' to ignore all rules
0 commit comments