style: Fix linter warnings

This commit is contained in:
2022-08-16 13:46:08 +02:00
parent 5a097e4d2a
commit 800b53b11f
2 changed files with 5 additions and 5 deletions

View File

@@ -5,6 +5,6 @@ line-length=72
[title-trailing-punctuation]
[title-hard-tab]
[title-match-regex]
regex=^(feat|fix|test|release|chore|security|docs|refactor):.*$
regex=^(feat|fix|test|release|chore|security|docs|refactor|style):.*$
[body-trailing-whitespace]
[body-first-line-empty]