forked from idiv-biodiversity/ansible-role-systemd-timesyncd
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.yamllint
45 lines (41 loc) · 752 Bytes
/
.yamllint
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
- '.ansible-lint'
extends: default
rules:
braces:
min-spaces-inside: 0
max-spaces-inside: 1
brackets:
max-spaces-inside: 1
colons:
max-spaces-after: -1
commas:
min-spaces-after: 1
max-spaces-after: -1
comments:
require-starting-space: yes
min-spaces-from-content: 1
comments-indentation: no
document-start:
present: yes
document-end:
present: yes
empty-lines:
max: 1
key-duplicates: enable
line-length: disable
new-lines:
type: unix
octal-values:
forbid-implicit-octal: yes
forbid-explicit-octal: yes
truthy:
allowed-values: ['yes', 'no']
check-keys: no
ignore: >-
.github/workflows
...