-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yamllint.yaml
More file actions
45 lines (45 loc) · 1.06 KB
/
Copy path.yamllint.yaml
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
---
extends: default
ignore: "/archive/\n/docs/\n/web/node_modules/\n/.direnv/\n/.venv/\n/venv/\nhelm/*/templates/\nkubernetes/*/templates/\n**/kustomization.yaml\n**/*vault*\n"
rules:
comments-indentation: false
braces:
max-spaces-inside: 1
min-spaces-inside: 0
brackets:
max-spaces-inside: 1
min-spaces-inside: 0
colons:
max-spaces-after: 1
max-spaces-before: 0
comments:
min-spaces-from-content: 1
require-starting-space: true
document-end: disable
document-start: disable
empty-values:
forbid-in-block-mappings: false
forbid-in-flow-mappings: true
hyphens:
max-spaces-after: 1
indentation:
check-multi-line-strings: false
indent-sequences: consistent
spaces: 2
key-ordering: disable
line-length:
level: warning
max: 160
new-line-at-end-of-file: enable
new-lines:
type: unix
octal-values:
forbid-explicit-octal: true
forbid-implicit-octal: true
quoted-strings: disable
trailing-spaces: disable
truthy:
allowed-values:
- "true"
- "false"
check-keys: true