forked from ansible-lockdown/RHEL9-CIS
lint updates
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
deb509c873
commit
5bcb791647
3 changed files with 8 additions and 15 deletions
|
|
@ -9,12 +9,6 @@ ignore: |
|
|||
extends: default
|
||||
|
||||
rules:
|
||||
indentation:
|
||||
# Requiring 4 space indentation
|
||||
spaces: 4
|
||||
# Requiring consistent indentation within a file, either indented or not
|
||||
indent-sequences: consistent
|
||||
truthy: disable
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
|
|
@ -32,4 +26,4 @@ rules:
|
|||
trailing-spaces: enable
|
||||
truthy:
|
||||
allowed-values: ['true', 'false']
|
||||
check-keys: false
|
||||
check-keys: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue