-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yamllint
More file actions
47 lines (44 loc) · 895 Bytes
/
.yamllint
File metadata and controls
47 lines (44 loc) · 895 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
yaml-files:
- "*.yaml"
- "*.yml"
- .yamllint
ignore-from-file:
- .gitignore
- .yamlignore
extends: default
rules:
anchors: enable
braces:
min-spaces-inside: 0
max-spaces-inside: 1
brackets: enable
colons: enable
commas: enable
comments:
min-spaces-from-content: 1
comments-indentation: disable
document-end:
present: false
document-start:
present: false
empty-lines: enable
empty-values: disable
float-values:
require-numeral-before-decimal: true
hyphens: enable
indentation:
indent-sequences: consistent
spaces: 2
key-duplicates: enable
key-ordering: disable
line-length: disable
new-line-at-end-of-file: enable
new-lines: enable
octal-values:
forbid-explicit-octal: true
forbid-implicit-octal: true
quoted-strings:
quote-type: any
required: false
trailing-spaces: enable
truthy: enable