File tree Expand file tree Collapse file tree 1 file changed +3
-46
lines changed Expand file tree Collapse file tree 1 file changed +3
-46
lines changed Original file line number Diff line number Diff line change @@ -11,51 +11,8 @@ extends: default
11
11
12
12
# Rules documentation: http://yamllint.readthedocs.io/en/latest/rules.html
13
13
rules :
14
+ document-start : disable
15
+ line-length :
16
+ max : 200
14
17
braces :
15
- # Defaults
16
- # min-spaces-inside: 0
17
- # max-spaces-inside: 0
18
-
19
- # Keeping 0 min-spaces to not error on empty collection definitions
20
- min-spaces-inside : 0
21
- # Allowing one space inside braces to improve code readability
22
- max-spaces-inside : 1
23
-
24
- brackets :
25
- # Defaults
26
- # min-spaces-inside: 0
27
- # max-spaces-inside: 0
28
-
29
- # Keeping 0 min-spaces to not error on empty collection definitions
30
- min-spaces-inside : 0
31
- # Allowing one space inside braces to improve code readability
32
18
max-spaces-inside : 1
33
-
34
- comments :
35
- # Defaults
36
- # level: warning
37
- # require-starting-space: true
38
-
39
- # Disabling to allow for code comment blocks and #!/usr/bin/ansible-playbook
40
- require-starting-space : false
41
- min-spaces-from-content : 1
42
-
43
- indentation :
44
- # Defaults
45
- # spaces: consistent
46
- # indent-sequences: true
47
- # check-multi-line-strings: false
48
-
49
- # Requiring 2 space indentation
50
- spaces : 2
51
- # Requiring consistent indentation within a file, either indented or not
52
- indent-sequences : consistent
53
-
54
- # Disabling due to copious amounts of long lines in the code which would
55
- # require a code style change to resolve
56
- line-length :
57
- # Defaults
58
- max : 160
59
-
60
- # Disabling due to become: true being used pervasively in roles
61
- truthy : disable
You can’t perform that action at this time.
0 commit comments