diff options
Diffstat (limited to '.yamllint')
-rw-r--r-- | .yamllint | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -3,15 +3,7 @@ extends: default rules: - # 80 chars should be enough, but don't fail if a line is longer + # 100 chars should be enough line-length: max: 100 level: error - - # accept both key: - # - item - # - # and key: - # - item - indentation: - indent-sequences: whatever |