diff --git a/.yamllint b/.yamllint index f2033dd..c311c97 100644 --- a/.yamllint +++ b/.yamllint @@ -2,10 +2,10 @@ extends: default rules: + # 80 chars should be enough, but don't fail if a line is longer line-length: - max: 120 + max: 80 level: warning - -ignore: | - .github/stale.yml - .travis.yml + allow-non-breakable-words: true + comments: + min-spaces-from-content: 1