mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-04-27 03:21:06 +00:00
as part of https://github.com/kairos-io/kairos/issues/1234 --------- Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
27 lines
610 B
Plaintext
27 lines
610 B
Plaintext
extends: default
|
|
|
|
rules:
|
|
# 80 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 150
|
|
level: warning
|
|
ignore: "tests/assets/qrcode.yaml" # tokens are big
|
|
|
|
# accept both key:
|
|
# - item
|
|
#
|
|
# and key:
|
|
# - item
|
|
indentation:
|
|
indent-sequences: whatever
|
|
|
|
truthy:
|
|
check-keys: false
|
|
|
|
document-start:
|
|
present: false
|
|
ignore: "*" # There are multiple yamls in the same file, we need this sometimes
|
|
|
|
comments:
|
|
ignore: "tests/assets/*" # our #cloud-config header doesn't take a space after the "#"
|