-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.yamllint.yml
More file actions
23 lines (21 loc) · 663 Bytes
/
.yamllint.yml
File metadata and controls
23 lines (21 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
###########################################
# These are the rules used for #
# linting all the yaml files in the stack #
# NOTE: #
# You can disable line with: #
# # yamllint disable-line #
###########################################
extends: default
ignore: charts/**/templates/*.yaml
rules:
truthy: disable
document-start: disable
new-lines:
level: warning
type: unix
line-length:
max: 800
comments:
min-spaces-from-content: 1 # Used to follow prettier standard: https://github.com/prettier/prettier/pull/10926
indentation:
indent-sequences: consistent