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:
Adam Warner
2022-07-07 19:05:27 +01:00
parent 3d4476c9fb
commit edba325a3e
3 changed files with 15 additions and 11 deletions
+1
View File
@@ -6,4 +6,5 @@ linters:
flake8:
max-line-length: 120
yamllint:
config: ./.yamllint.conf
remarklint:
+3
View File
@@ -0,0 +1,3 @@
rules:
line-length: disable
document-start: disable