You've already forked cookiecutter-ansible-role
Initial Import
This commit is contained in:
25
{{ cookiecutter.role_name }}/molecule/yamllint.yml
Normal file
25
{{ cookiecutter.role_name }}/molecule/yamllint.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
extends: default
|
||||
|
||||
ignore: .cache
|
||||
|
||||
rules:
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
brackets:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
comments-indentation: disable
|
||||
document-start: disable
|
||||
line-length: disable
|
||||
truthy:
|
||||
allowed-values:
|
||||
- 'yes'
|
||||
- 'on'
|
||||
- 'true'
|
||||
- 'True'
|
||||
- 'no'
|
||||
- 'off'
|
||||
- 'false'
|
||||
- 'False'
|
||||
check-keys: no
|
||||
Reference in New Issue
Block a user