Skip to content

Commit 57ebbe1

Browse files
committed
no synced local '.yamllint.yml' with remote 'ansible/.yamllint.yml'
1 parent f02e5dc commit 57ebbe1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.yamllint.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
---
21
extends: default
32

43
rules:
54
line-length: disable
6-
comments: disable
7-
braces: disable
5+
comments:
6+
min-spaces-from-content: 1
7+
comments-indentation: false
8+
braces:
9+
max-spaces-inside: 1
10+
octal-values:
11+
forbid-implicit-octal: true
12+
forbid-explicit-octal: true
813

914
ignore: |
1015
.github

0 commit comments

Comments
 (0)