Skip to content

Commit

Permalink
Create yaml-lint-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Pabjan authored and GitHub committed Nov 25, 2019
1 parent 9557e68 commit 73bee8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions yaml-lint-config.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 73bee8f

Please sign in to comment.