1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-23 07:18:07 +00:00

Merge pull request #4790 from pi-hole/reformat-yml

[Meta] Reformat yml files
This commit is contained in:
Adam Warner 2022-07-07 19:16:03 +01:00 committed by GitHub
commit 6204698e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 11 deletions

View File

@ -6,4 +6,5 @@ linters:
flake8: flake8:
max-line-length: 120 max-line-length: 120
yamllint: yamllint:
config: ./.yamllint.conf
remarklint: remarklint:

3
.yamllint.conf Normal file
View File

@ -0,0 +1,3 @@
rules:
line-length: disable
document-start: disable