mirror of
https://github.com/roles-ansible/ansible_role_sway.git
synced 2024-08-16 13:49:49 +02:00
improve linting
This commit is contained in:
parent
dcd5f14a8b
commit
8c11848097
2 changed files with 5 additions and 9 deletions
12
.yamllint
12
.yamllint
|
@ -2,11 +2,7 @@
|
||||||
extends: default
|
extends: default
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
braces:
|
# 150 chars should be enough, but don't fail if a line is longer
|
||||||
max-spaces-inside: 1
|
line-length:
|
||||||
level: error
|
max: 180
|
||||||
brackets:
|
level: warning
|
||||||
max-spaces-inside: 1
|
|
||||||
level: error
|
|
||||||
line-length: disable
|
|
||||||
comments-indentation: disable
|
|
||||||
|
|
Loading…
Reference in a new issue