updated layout

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-03-06 11:51:41 +00:00
parent e04da88df4
commit 58122f2fee
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
2 changed files with 30 additions and 25 deletions

View file

@ -1,9 +1,12 @@
---
parseable: true
quiet: true
skip_list:
- 'schema'
- 'no-changed-when'
- 'var-spacing'
- 'fqcn-builtins'
- 'experimental'
- 'name[play]'
- 'name[casing]'

View file

@ -1,4 +1,6 @@
---
extends: default
ignore: |
tests/
molecule/
@ -6,18 +8,18 @@ ignore: |
.gitlab-ci.yml
*molecule.yml
extends: default
rules:
indentation:
# Requiring 4 space indentation
spaces: 4
# Requiring consistent indentation within a file, either indented or not
indent-sequences: consistent
braces:
max-spaces-inside: 1
level: error
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
@ -26,4 +28,4 @@ rules:
trailing-spaces: enable
truthy:
allowed-values: ['true', 'false']
check-keys: true
check-keys: false