mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +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
|
||||
|
||||
rules:
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
brackets:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
line-length: disable
|
||||
comments-indentation: disable
|
||||
# 150 chars should be enough, but don't fail if a line is longer
|
||||
line-length:
|
||||
max: 180
|
||||
level: warning
|
||||
|
|
Loading…
Reference in a new issue