File tree Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Original file line number Diff line number Diff line change 7
7
# # yamllint disable-line #
8
8
# ##########################################
9
9
rules :
10
- braces :
11
- level : warning
12
- min-spaces-inside : 0
13
- max-spaces-inside : 0
14
- min-spaces-inside-empty : 1
15
- max-spaces-inside-empty : 5
16
- brackets :
17
- level : warning
18
- min-spaces-inside : 0
19
- max-spaces-inside : 0
20
- min-spaces-inside-empty : 1
21
- max-spaces-inside-empty : 5
22
- colons :
23
- level : warning
24
- max-spaces-before : 0
25
- max-spaces-after : 1
26
- commas :
27
- level : warning
28
- max-spaces-before : 0
29
- min-spaces-after : 1
30
- max-spaces-after : 1
10
+ braces : disable
11
+ # level: warning
12
+ # min-spaces-inside: 0
13
+ # max-spaces-inside: 0
14
+ # min-spaces-inside-empty: 1
15
+ # max-spaces-inside-empty: 5
16
+ brackets : disable
17
+ # level: warning
18
+ # min-spaces-inside: 0
19
+ # max-spaces-inside: 0
20
+ # min-spaces-inside-empty: 1
21
+ # max-spaces-inside-empty: 5
22
+ colons : disable
23
+ # level: warning
24
+ # max-spaces-before: 0
25
+ # max-spaces-after: 1
26
+ commas : disable
27
+ # level: warning
28
+ # max-spaces-before: 0
29
+ # min-spaces-after: 1
30
+ # max-spaces-after: 1
31
31
comments : disable
32
32
comments-indentation : disable
33
33
document-end : disable
34
34
document-start : disable
35
- empty-lines :
36
- level : warning
37
- max : 2
38
- max-start : 0
39
- max-end : 0
40
- hyphens :
41
- level : warning
42
- max-spaces-after : 1
43
- indentation :
44
- level : warning
45
- spaces : consistent
46
- indent-sequences : true
47
- check-multi-line-strings : false
35
+ empty-lines : disable
36
+ # level: warning
37
+ # max: 2
38
+ # max-start: 0
39
+ # max-end: 0
40
+ hyphens : disable
41
+ # level: warning
42
+ # max-spaces-after: 1
43
+ indentation : disable
44
+ # level: warning
45
+ # spaces: consistent
46
+ # indent-sequences: true
47
+ # check-multi-line-strings: false
48
48
key-duplicates : enable
49
49
line-length : disable
50
50
new-line-at-end-of-file : disable
51
- new-lines :
52
- type : unix
51
+ new-lines : diable
52
+ # type: unix
53
53
trailing-spaces : disable
You can’t perform that action at this time.
0 commit comments