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:
@@ -6,4 +6,5 @@ linters:
|
|||||||
flake8:
|
flake8:
|
||||||
max-line-length: 120
|
max-line-length: 120
|
||||||
yamllint:
|
yamllint:
|
||||||
|
config: ./.yamllint.conf
|
||||||
remarklint:
|
remarklint:
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
rules:
|
||||||
|
line-length: disable
|
||||||
|
document-start: disable
|
||||||
Reference in New Issue
Block a user