Skip to content

Commit 22299f0

Browse files
Updated .yamllint.yml NO_JIRA
1 parent 2a5c8fa commit 22299f0

File tree

1 file changed

+3
-46
lines changed

1 file changed

+3
-46
lines changed

.yamllint.yml

Lines changed: 3 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -11,51 +11,8 @@ extends: default
1111

1212
# Rules documentation: http://yamllint.readthedocs.io/en/latest/rules.html
1313
rules:
14+
document-start: disable
15+
line-length:
16+
max: 200
1417
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
3218
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

0 commit comments

Comments
 (0)