Create yaml-lint-config.yml

This commit is contained in:
Konrad Pabjan 2019-11-25 12:33:19 -05:00 committed by GitHub
parent 2aaa66fdad
commit 66556920f4
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

7
yaml-lint-config.yml Normal file
View file

@ -0,0 +1,7 @@
extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 80
level: warning