-
Notifications
You must be signed in to change notification settings - Fork 17
/
.yamllint
44 lines (42 loc) · 1.07 KB
/
.yamllint
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
---
yaml-files:
- "*.yaml"
- "*.yml"
- ".yamllint"
rules:
braces:
level: warning
max-spaces-inside: 1
brackets:
level: warning
max-spaces-inside: 1
colons: enable
commas: enable
comments:
level: warning
comments-indentation: disable
document-end: disable
document-start: disable
empty-lines: enable
empty-values: disable
hyphens: enable
indentation: enable
key-duplicates: enable
key-ordering: disable
line-length: disable
new-line-at-end-of-file: enable
new-lines: enable
octal-values: disable
quoted-strings: disable
trailing-spaces: enable
truthy:
level: warning
ignore: |
.github/workflows/
charts/*/templates/
charts/*/*/*/templates/
charts/csi-powermax/charts/csireverseproxy/conf/config.yaml
charts/csm-replication/crds/replicationcrds.all.yaml
charts/csm-authorization-v2.0/crds/csm-authorization.storage.dell.com_csmroles.yaml
charts/csm-authorization-v2.0/crds/csm-authorization.storage.dell.com_csmtenants.yaml
charts/csm-authorization-v2.0/crds/csm-authorization.storage.dell.com_storages.yaml