4
0
Fork 0

lint updates

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-09-16 11:04:12 +01:00
parent bc4b2f3fab
commit 2974fa5385
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
2 changed files with 28 additions and 13 deletions

View file

@ -1,6 +1,9 @@
parseable: true
quiet: true
skip_list:
- 'schema'
- 'no-changed-when'
- 'fqcn-builtins'
- '204'
- '305'
- '303'

View file

@ -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