Setup linting
This commit is contained in:
12
.yamllint.yaml
Normal file
12
.yamllint.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
indentation:
|
||||
spaces: 2
|
||||
indent-sequences: true
|
||||
line-length:
|
||||
max: 120
|
||||
allow-non-breakable-words: true
|
||||
truthy:
|
||||
allowed-values: ["true", "false"] # Fixes issues with 'yes/no' in K8s
|
||||
document-start: disable # Kubernetes YAMLs often omit '---'
|
||||
Reference in New Issue
Block a user