Added yamllint config
This commit is contained in:
parent
f49ef9db41
commit
e3dd796a80
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
# Thurstylark's yamllint config
|
||||||
|
|
||||||
|
|
||||||
|
# Only change the specified rules
|
||||||
|
extends: default
|
||||||
|
|
||||||
|
rules:
|
||||||
|
|
||||||
|
# Don't complain about a single space within brackets {}
|
||||||
|
braces:
|
||||||
|
max-spaces-inside: 1
|
||||||
|
|
||||||
|
# Don't complain about line length
|
||||||
|
line-length: disable
|
||||||
|
|
||||||
|
# Don't complain about truthy values
|
||||||
|
truthy: disable
|
||||||
|
|
||||||
|
# vim: set ft=yaml:
|
Loading…
Reference in New Issue