Create yaml-lint-config.yml

This commit is contained in:
Konrad Pabjan 2019-11-25 12:15:12 -05:00 committed by GitHub
parent 9557e68f0c
commit 73bee8ffce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

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