Skip to content

Commit

Permalink
Merge pull request #277 from imtayadeway/add-yamllint-config
Browse files Browse the repository at this point in the history
Add yamllint config with TODO items
  • Loading branch information
gmcculloug authored Apr 11, 2018
2 parents 5ccba91 + d33f8ac commit c757464
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
ignore: |
/vendor/**

extends: relaxed

rules:
indentation:
indent-sequences: false
# TODO: get this down to 120
line-length:
max: 250
# TODO: enable this
trailing-spaces: disable

0 comments on commit c757464

Please sign in to comment.