aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint10
1 files changed, 1 insertions, 9 deletions
diff --git a/.yamllint b/.yamllint
index bcdaf339..66a91f9a 100644
--- a/.yamllint
+++ b/.yamllint
@@ -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