Skip to content

Commit

Permalink
Add a yamllint configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
imtayadeway committed Oct 4, 2017
1 parent 3806c7f commit 7047cdd
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: |
/locale/**
/node_modules/**
/vendor/**
/spec/manageiq/**

extends: relaxed

rules:
indentation:
indent-sequences: false
line-length:
max: 1000

0 comments on commit 7047cdd

Please sign in to comment.