@cryptotaxi247 / netdata-1 / commits / 088eb9592

yamllint: increase line length 80=>120 (#8542)

Ilya Mashchenko committed Mar 31, 2020 at 00:47 UTC 088eb959220160781a5c43dbee3d3fc69167898e
1 file changed +3
.yamllint.yml
+3
@@ -5,6 +5,9 @@ yaml-files:
5 - '.yamllint'
6
7 rules:
8 + line-length:
9 + max: 120
10 + level: warning
11 braces: enable
12 brackets: enable
13 colons: enable