lint updates

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-23 13:58:50 +00:00
parent deb509c873
commit 5bcb791647
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
3 changed files with 8 additions and 15 deletions

View file

@ -9,12 +9,6 @@ ignore: |
extends: default extends: default
rules: rules:
indentation:
# Requiring 4 space indentation
spaces: 4
# Requiring consistent indentation within a file, either indented or not
indent-sequences: consistent
truthy: disable
braces: braces:
max-spaces-inside: 1 max-spaces-inside: 1
level: error level: error
@ -32,4 +26,4 @@ rules:
trailing-spaces: enable trailing-spaces: enable
truthy: truthy:
allowed-values: ['true', 'false'] allowed-values: ['true', 'false']
check-keys: false check-keys: true

View file

@ -48,4 +48,3 @@
- skip_ansible_lint - skip_ansible_lint
- rule_1.1.3.2 - rule_1.1.3.2
- rule_1.1.3.3 - rule_1.1.3.3