1
0
Fork 0
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:
L3D 2024-07-18 19:09:51 +02:00
parent dcd5f14a8b
commit 8c11848097
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 5 additions and 9 deletions

View file

@ -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

View file

@ -278,5 +278,5 @@ label:focus {
} }
#scratchpad.empty { #scratchpad.empty {
background-color: transparent; background-color: transparent;
} }