yamllint
This commit is contained in:
parent
2fdfb3ebda
commit
572dbb6037
19 changed files with 141 additions and 118 deletions
24
.yamllint.yaml
Normal file
24
.yamllint.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
ignore: |
|
||||
charts/
|
||||
docs/
|
||||
.private/
|
||||
.terraform/
|
||||
.vscode/
|
||||
gotk-components.yaml
|
||||
extends: default
|
||||
rules:
|
||||
empty-lines:
|
||||
max-end: 1
|
||||
truthy:
|
||||
allowed-values: ["true", "false", "on"]
|
||||
comments:
|
||||
min-spaces-from-content: 1
|
||||
line-length: disable
|
||||
braces:
|
||||
min-spaces-inside: 0
|
||||
max-spaces-inside: 1
|
||||
brackets:
|
||||
min-spaces-inside: 0
|
||||
max-spaces-inside: 0
|
||||
indentation: enable
|
Loading…
Add table
Add a link
Reference in a new issue