1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00
Slimefun4/.github/configs/yaml-linter.yml
2021-04-23 20:48:24 +02:00

27 lines
574 B
YAML

extends: default
locale: en_US.UTF-8
yaml-files:
- '*.yml'
rules:
## Don't warn for line lengths
line-length: disable
truthy:
allowed-values: ['true', 'false']
## We don't want it to trigger for the 'on' in our workflows
check-keys: false
## 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