diff --git a/.yamllint b/.yamllint index 7fa9ec4..6f4fce2 100644 --- a/.yamllint +++ b/.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 diff --git a/templates/waybar.css.j2 b/templates/waybar.css.j2 index e4e1d2b..faba9f1 100644 --- a/templates/waybar.css.j2 +++ b/templates/waybar.css.j2 @@ -278,5 +278,5 @@ label:focus { } #scratchpad.empty { - background-color: transparent; + background-color: transparent; }