diff options
Diffstat (limited to '')
-rw-r--r-- | .gitlint | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlint b/.gitlint new file mode 100644 index 0000000..011b0a3 --- /dev/null +++ b/.gitlint @@ -0,0 +1,9 @@ +[general] +# See https://jorisroovers.com/gitlint/configuration/#regex-style-search +regex-style-search=True + +# Dependabot tends to generate lines that exceed the default 80 char limit. +[ignore-by-author-name] +regex=dependabot +ignore=all + |