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