-
-
Notifications
You must be signed in to change notification settings - Fork 283
/
Copy path.yamllint.yml
37 lines (34 loc) · 876 Bytes
/
.yamllint.yml
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
# Configuration file for yamllint. Extends the default configuration.
extends: default
locale: en_US.UTF-8
rules:
anchors:
forbid-undeclared-aliases: true
forbid-duplicated-anchors: true
forbid-unused-anchors: true
braces:
min-spaces-inside-empty: 0
max-spaces-inside-empty: 0
brackets:
min-spaces-inside-empty: 0
max-spaces-inside-empty: 0
document-start: disable
empty-values: enable
float-values:
forbid-inf: true
forbid-nan: true
forbid-scientific-notation: false
require-numeral-before-decimal: true
indentation:
spaces: 2
indent-sequences: consistent
check-multi-line-strings: true
key-duplicates:
forbid-duplicated-merge-keys: true
line-length: disable
new-lines: disable
octal-values: enable
quoted-strings:
quote-type: single
required: false
allow-quoted-quotes: true