Disable line length rule for yamllint - fix indentation in stale.yml

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
pull/4790/head
Adam Warner 2 years ago
parent 3d4476c9fb
commit edba325a3e
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173

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

@ -0,0 +1,3 @@
rules:
line-length: disable
document-start: disable
Loading…
Cancel
Save