summaryrefslogtreecommitdiffstats
path: root/.yamllint.yml
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2020-03-31 00:47:23 +0300
committerGitHub <noreply@github.com>2020-03-31 07:47:23 +1000
commit088eb959220160781a5c43dbee3d3fc69167898e (patch)
treefe2168cba4e31434c3bdfd9c70a80538f0a7e4ce /.yamllint.yml
parentd6f0703a09e33aa6fdafe51026953be30cdaa03e (diff)
yamllint: increase line length 80=>120 (#8542)
Diffstat (limited to '.yamllint.yml')
-rw-r--r--.yamllint.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.yamllint.yml b/.yamllint.yml
index e4bc59be8b..64ffd6622c 100644
--- a/.yamllint.yml
+++ b/.yamllint.yml
@@ -5,6 +5,9 @@ yaml-files:
- '.yamllint'
rules:
+ line-length:
+ max: 120
+ level: warning
braces: enable
brackets: enable
colons: enable