forked from ansible-lockdown/AMAZON2023-CIS-Audit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yamllint
36 lines (34 loc) · 795 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
extends: default
ignore: |
tests/
molecule/
.github/
.gitlab-ci.yml
*molecule.yml
rules:
empty-values:
forbid-in-block-mappings: false
forbid-in-flow-mappings: false
document-start:
present: true
indentation:
# Requiring consistent indentation within a file, either indented or not
indent-spaces: consistent
indent-sequences: false
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
empty-lines:
max: 1
line-length: disable
key-duplicates: enable
new-line-at-end-of-file: enable
new-lines:
type: unix
trailing-spaces: enable
truthy:
allowed-values: ['true', 'false']
check-keys: true