1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00
Slimefun4/.github/yaml-linter-config.yml
2020-09-02 16:20:38 +02:00

24 lines
460 B
YAML

extends: default
locale: en_US.UTF-8
yaml-files:
- '*.yml'
rules:
## A warning is sufficient here
line-length:
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