Skip to content

Commit

Permalink
Add .yamllint from provider generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Apr 23, 2018
1 parent e2a7e55 commit 719c918
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
ignore: |
/vendor/**
/spec/manageiq/**
/spec/vcr_cassettes/**

extends: relaxed

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

0 comments on commit 719c918

Please sign in to comment.