You've already forked ansible-role-checkmk-agent
Initial project
This commit is contained in:
16
molecule/yamllint.yml
Normal file
16
molecule/yamllint.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
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: false
|
||||
Reference in New Issue
Block a user