first commit
This commit is contained in:
27
.yamllint.yml
Normal file
27
.yamllint.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
line-length:
|
||||
max: 160
|
||||
level: warning
|
||||
|
||||
truthy:
|
||||
allowed-values: ['true', 'false', 'yes', 'no']
|
||||
check-keys: false
|
||||
|
||||
comments:
|
||||
min-spaces-from-content: 1
|
||||
|
||||
braces:
|
||||
min-spaces-inside: 0
|
||||
max-spaces-inside: 1
|
||||
|
||||
brackets:
|
||||
min-spaces-inside: 0
|
||||
max-spaces-inside: 0
|
||||
|
||||
ignore: |
|
||||
.git/
|
||||
kubeconfig
|
||||
roles/*/molecule/*/molecule.yml
|
||||
Reference in New Issue
Block a user