aboutsummaryrefslogtreecommitdiffhomepage
path: root/.yamllint
diff options
context:
space:
mode:
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2021-03-01 18:18:24 +0100
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2021-03-01 18:18:24 +0100
commit08e40e4a45d715a367dbd60e3fe89553ce479d2c (patch)
tree6b4e8b57c6b485c83f88e838c71c093a76b7f941 /.yamllint
downloadansible-netdata_straight-08e40e4a45d715a367dbd60e3fe89553ce479d2c.tar.gz
ansible-netdata_straight-08e40e4a45d715a367dbd60e3fe89553ce479d2c.tar.zst
ansible-netdata_straight-08e40e4a45d715a367dbd60e3fe89553ce479d2c.zip
initial import from private repo
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint33
1 files changed, 33 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 0000000..8827676
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,33 @@
1---
2# Based on ansible-lint config
3extends: default
4
5rules:
6 braces:
7 max-spaces-inside: 1
8 level: error
9 brackets:
10 max-spaces-inside: 1
11 level: error
12 colons:
13 max-spaces-after: -1
14 level: error
15 commas:
16 max-spaces-after: -1
17 level: error
18 comments: disable
19 comments-indentation: disable
20 document-start: disable
21 empty-lines:
22 max: 3
23 level: error
24 hyphens:
25 level: error
26 indentation: disable
27 key-duplicates: enable
28 line-length: disable
29 new-line-at-end-of-file: disable
30 new-lines:
31 type: unix
32 trailing-spaces: disable
33 truthy: disable