1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

[CI skip] Updated YAML Linter config

This commit is contained in:
TheBusyBiscuit 2020-09-02 16:20:38 +02:00 committed by GitHub
parent b6ce469310
commit 35faf5b5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,19 @@ yaml-files:
- '*.yml' - '*.yml'
rules: rules:
## A warning is sufficient here
line-length: line-length:
max: 160 max: 180
level: warning level: warning
## We don't need indentation warnings ## We don't need indentation warnings
indentation: disable 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: trailing-spaces:
ignore: | ignore: |
/src/main/resources/languages/*.yml /src/main/resources/languages/*.yml