summaryrefslogtreecommitdiffstats
path: root/.yamllint.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-01 06:15:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-01 06:15:11 +0000
commit483926a283e118590da3f9ecfa75a8a4d62143ce (patch)
treecb77052778df9a128a8cd3ff5bf7645322a13bc5 /.yamllint.yml
parentReleasing debian version 1.31.0-4. (diff)
downloadnetdata-483926a283e118590da3f9ecfa75a8a4d62143ce.tar.xz
netdata-483926a283e118590da3f9ecfa75a8a4d62143ce.zip
Merging upstream version 1.32.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.yamllint.yml')
-rw-r--r--.yamllint.yml14
1 files changed, 10 insertions, 4 deletions
diff --git a/.yamllint.yml b/.yamllint.yml
index 09d99aa8..b05de206 100644
--- a/.yamllint.yml
+++ b/.yamllint.yml
@@ -6,10 +6,11 @@ yaml-files:
- 'collectors/python.d.plugin/*.conf'
- 'collectors/python.d.plugin/*/*.conf'
+ignore: |
+ mqtt_websockets/
+ packaging/makeself/tmp/
+
rules:
- line-length:
- max: 120
- level: warning
braces: enable
brackets: enable
colons: enable
@@ -19,9 +20,14 @@ rules:
document-end: disable
document-start: disable
empty-lines: enable
- empty-values: disable
+ empty-values: enable
hyphens: enable
indentation: enable
+ line-length:
+ max: 150
+ level: warning
+ allow-non-breakable-words: true
+ allow-non-breakable-inline-mappings: true
key-duplicates: enable
key-ordering: disable
new-line-at-end-of-file: enable