Add yamllint config
This commit is contained in:
parent
dcbf5a949a
commit
b433879f00
1 changed files with 25 additions and 0 deletions
25
.yamllint.yml
Normal file
25
.yamllint.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
extends: default
|
||||||
|
|
||||||
|
rules:
|
||||||
|
braces:
|
||||||
|
max-spaces-inside: 1
|
||||||
|
level: error
|
||||||
|
brackets:
|
||||||
|
max-spaces-inside: 1
|
||||||
|
level: error
|
||||||
|
colons:
|
||||||
|
max-spaces-after: -1
|
||||||
|
level: error
|
||||||
|
commas:
|
||||||
|
max-spaces-after: -1
|
||||||
|
level: error
|
||||||
|
empty-lines:
|
||||||
|
max: 3
|
||||||
|
level: error
|
||||||
|
hyphens:
|
||||||
|
level: error
|
||||||
|
line-length:
|
||||||
|
max: 200
|
||||||
|
truthy:
|
||||||
|
check-keys: false
|
||||||
Loading…
Add table
Reference in a new issue