-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.yamllint.yaml
More file actions
40 lines (38 loc) · 886 Bytes
/
.yamllint.yaml
File metadata and controls
40 lines (38 loc) · 886 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
extends: default
locale: en_GB.UTF-8
rules:
anchors:
forbid-duplicated-anchors: true
forbid-unused-anchors: true
braces:
forbid: true
brackets:
max-spaces-inside-empty: 0
min-spaces-inside-empty: 0
document-end:
level: warning
present: false
document-start:
present: false
empty-lines:
max: 2
empty-values: enable
float-values:
forbid-inf: true
forbid-nan: true
require-numeral-before-decimal: true
indentation: disable
key-ordering:
ignored-keys:
- always_run
- args
- hooks
- jobs
- steps
line-length: disable
new-lines: disable
octal-values: enable
quoted-strings:
allow-quoted-quotes: true
quote-type: double
required: only-when-needed