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-10-23 12:22:42 +02:00 committed by GitHub
parent ea6f634fd1
commit ef19b566e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,10 +6,13 @@ yaml-files:
rules: rules:
## A warning is sufficient here ## Don't warn for line lengths
line-length: line-length: disable
max: 180
level: warning 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 ## We don't need indentation warnings
indentation: disable indentation: disable