Skip to content

Commit

Permalink
Add yamllint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 22, 2020
1 parent 9f0d3dd commit 9a14923
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extends: default

rules:
line-length:
max: 500
level: error
document-start: disable

0 comments on commit 9a14923

Please sign in to comment.