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

27 lines
571 B
YAML
Raw Normal View History

extends: default
locale: en_US.UTF-8
yaml-files:
- '*.yml'
rules:
2020-09-02 14:20:38 +00:00
2020-10-23 10:22:42 +00:00
## Don't warn for line lengths
line-length: disable
truthy:
2020-10-23 10:23:56 +00:00
allowed-values: ['true', 'false']
2020-10-23 10:22:42 +00:00
## We don't want it to trigger for the 'on' in our workflows
check-keys: false
2020-07-30 11:22:59 +00:00
## We don't need indentation warnings
indentation: disable
2020-07-30 11:31:53 +00:00
2020-09-02 14:20:38 +00:00
## 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
2020-07-30 11:22:59 +00:00
trailing-spaces:
ignore: |
/src/main/resources/languages/*.yml