mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-21 13:30:56 +00:00
Disable line length rule for yamllint - fix indentation in stale.yml
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
parent
3d4476c9fb
commit
edba325a3e
@ -6,4 +6,5 @@ linters:
|
||||
flake8:
|
||||
max-line-length: 120
|
||||
yamllint:
|
||||
config: ./.yamllint.conf
|
||||
remarklint:
|
||||
|
3
.yamllint.conf
Normal file
3
.yamllint.conf
Normal file
@ -0,0 +1,3 @@
|
||||
rules:
|
||||
line-length: disable
|
||||
document-start: disable
|
Loading…
Reference in New Issue
Block a user