Skip to content

Commit

Permalink
Add a less-strict .yamllintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjack committed Apr 15, 2020
1 parent c432806 commit ea35b3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .yamllintrc
@@ -0,0 +1,8 @@
extends: default

rules:
braces: disable
brackets: disable
line-length: disable
colons: {max-spaces-before: 0, max-spaces-after: -1}
document-start: disable

0 comments on commit ea35b3e

Please sign in to comment.