forked from ky1ejs/osx-box-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyamllint.yaml
45 lines (44 loc) · 1.1 KB
/
yamllint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
# Yamllint rules
# For details consult the offical documentation at https://yamllint.readthedocs.io/en/stable/
rules:
braces:
max-spaces-inside: 1
brackets:
max-spaces-inside: 1
level: warning
colons: enable
commas: enable
comments:
level: warning
comments-indentation:
level: warning
document-end: disable
document-start:
level: warning
empty-lines: enable
empty-values:
level: error
forbid-in-block-mappings: true
forbid-in-flow-mappings: true
ignore: |
/roles/deploy/defaults/main.yml
hyphens: enable
indentation:
level: warning
indent-sequences: whatever
key-duplicates: enable
key-ordering: disable
line-length:
max: 120
level: warning
allow-non-breakable-words: true
new-line-at-end-of-file: enable
new-lines: enable
octal-values:
forbid-implicit-octal: false
quoted-strings: disable
trailing-spaces: enable
truthy:
level: warning
...