-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yamllint.yml
More file actions
42 lines (42 loc) · 909 Bytes
/
.yamllint.yml
File metadata and controls
42 lines (42 loc) · 909 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
yaml-files: [ "*.yaml", "*.yml" ]
rules:
anchors: enable
braces:
level: warning
max-spaces-inside: 1
brackets:
level: warning
max-spaces-inside: 1
colons: enable
commas: enable
comments:
require-starting-space: true
ignore-shebangs: true
min-spaces-from-content: 1
level: warning
comments-indentation:
level: warning
document-end: disable
document-start: disable
empty-lines: enable
empty-values: disable
float-values: disable
hyphens: enable
indentation: enable
key-duplicates: enable
key-ordering: disable
line-length:
max: 80
level: warning
new-line-at-end-of-file: enable
new-lines: enable
octal-values: disable
quoted-strings:
quote-type: double
required: only-when-needed
allow-quoted-quotes: false
check-keys: false
trailing-spaces: enable
truthy:
level: warning
ignore-from-file: .gitignore