Skip to content

Commit abed83e

Browse files
committed
no synced local '.yamllint.yml' with remote 'ansible/.yamllint.yml'
1 parent a811583 commit abed83e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.yamllint.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ extends: default
33

44
rules:
55
line-length: disable
6-
comments: disable
7-
braces: disable
6+
comments:
7+
min-spaces-from-content: 1
8+
comments-indentation: false
9+
braces:
10+
max-spaces-inside: 1
11+
octal-values:
12+
forbid-implicit-octal: true
13+
forbid-explicit-octal: true
814

915
ignore: |
1016
.github

0 commit comments

Comments
 (0)