Skip to content

Commit

Permalink
New location of yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasra Amirsarvari committed Jan 26, 2020
1 parent 9142b35 commit f2dde2a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions molecule/default/yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
line-length: disable
truthy:
allowed-values:
- 'True'
- 'False'

...

0 comments on commit f2dde2a

Please sign in to comment.