mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
lint updates
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
bc4b2f3fab
commit
2974fa5385
2 changed files with 28 additions and 13 deletions
|
|
@ -1,6 +1,9 @@
|
|||
parseable: true
|
||||
quiet: true
|
||||
skip_list:
|
||||
- 'schema'
|
||||
- 'no-changed-when'
|
||||
- 'fqcn-builtins'
|
||||
- '204'
|
||||
- '305'
|
||||
- '303'
|
||||
|
|
|
|||
12
.yamllint
12
.yamllint
|
|
@ -2,6 +2,7 @@
|
|||
ignore: |
|
||||
tests/
|
||||
molecule/
|
||||
.github/
|
||||
.gitlab-ci.yml
|
||||
*molecule.yml
|
||||
|
||||
|
|
@ -20,4 +21,15 @@ rules:
|
|||
brackets:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
indentation:
|
||||
indent-sequences: consistent
|
||||
level: error
|
||||
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: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue