Skip to content

Commit

Permalink
new: YAML lint configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
leodido committed Jul 10, 2019
1 parent a32870a commit 4c68da0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .yamllint.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
extends: default

rules:
indentation: disable
document-start: disable
comments: disable
line-length: disable
new-line-at-end-of-file: disable

0 comments on commit 4c68da0

Please sign in to comment.