diff --git a/.yamllint b/.yamllint index 3cf5610..150ae39 100644 --- a/.yamllint +++ b/.yamllint @@ -4,7 +4,7 @@ extends: default rules: # 80 chars should be enough, but don't fail if a line is longer line-length: - max: 150 + max: 155 level: warning # don't bother me with this rule