-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.yamllint
More file actions
51 lines (39 loc) · 745 Bytes
/
.yamllint
File metadata and controls
51 lines (39 loc) · 745 Bytes
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
46
47
48
49
50
51
--- # -*-YAML-*-
extends: default
ignore: |
.cache/
.git/
.github/
molecule/*/tests/
vagrant-inventory
tasks/.#*
rules:
line-length:
max: 160
level: warning
indentation:
spaces: 2
indent-sequences: true
check-multi-line-strings: false
comments:
min-spaces-from-content: 1
document-start:
present: true
trailing-spaces: enable
empty-lines:
max: 2
max-start: 0
max-end: 1
brackets:
min-spaces-inside: 0
max-spaces-inside: 1
braces:
min-spaces-inside: 0
max-spaces-inside: 1
key-duplicates: enable
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true
truthy:
allowed-values: ['true', 'false']
check-keys: true