This commit is contained in:
Faustin Lammler 2023-05-16 12:42:08 +02:00
parent 59f23af3ae
commit 21b699ee16
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,4 @@
---
skip_list:
- 'empty-string-compare'
- 'braces'

View File

@ -1,3 +1,4 @@
---
version: 2
updates:
- package-ecosystem: "docker"

View File

@ -5,3 +5,6 @@ ignore: |
rules:
line-length: { max: 200, level: warning }
braces: { min-spaces-inside: 1, max-spaces-inside: 1 }
truthy:
ignore: |
- .github/workflow/*.yml