diff --git a/.github/yaml-lint.yml b/.github/yaml-linter-config.yml similarity index 52% rename from .github/yaml-lint.yml rename to .github/yaml-linter-config.yml index 07a8c09fd..90060a83c 100644 --- a/.github/yaml-lint.yml +++ b/.github/yaml-linter-config.yml @@ -5,13 +5,19 @@ yaml-files: - '*.yml' rules: + + ## A warning is sufficient here line-length: - max: 160 + max: 180 level: warning ## We don't need indentation warnings indentation: disable + ## We don't use yaml files for document purposes + document-start: disable + + ## Trailing Spaces for language files are too common and these files are automated anyway trailing-spaces: ignore: | /src/main/resources/languages/*.yml