-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.yamllint
39 lines (37 loc) · 864 Bytes
/
.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
rules:
braces: enable
brackets: enable
colons: enable
commas: enable
comments:
level: warning
comments-indentation:
level: warning
document-end: disable
document-start: disable
empty-lines: enable
empty-values: enable
hyphens: enable
key-duplicates: enable
key-ordering: disable
line-length:
level: warning
new-line-at-end-of-file: disable
new-lines: enable
octal-values: enable
quoted-strings: disable
trailing-spaces: enable
truthy:
level: warning
# accept both key:
# - item
#
# and key:
# - item
indentation:
indent-sequences: whatever
ignore: |
/jsonnet/vendor/ceph-mixins/test_alerts.yaml
/jsonnet/vendor/gluster-mixins/tests.yaml
/jsonnet/vendor/noobaa-mixins/tests/test_alerts.yaml
/deploy/operator.yaml