-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.yamllint
More file actions
37 lines (36 loc) · 846 Bytes
/
.yamllint
File metadata and controls
37 lines (36 loc) · 846 Bytes
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
# this is stolen from https://github.com/tektoncd/pipeline/blob/24e3c98f8414d2db9f05f9020c70620842e9f98f/.yamllint
# and assumed to be correct.
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:
ignore: |
.tekton/*.yaml
.tekton/*.yml
hyphens: enable
key-duplicates: enable
key-ordering: disable
line-length: disable
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