Adding yamllint fix.

This commit is contained in:
Robert de Bock 2020-02-19 20:24:54 +01:00
parent 796bbfe99c
commit 2083278949
2 changed files with 16 additions and 0 deletions

14
files/yamllint Normal file
View File

@ -0,0 +1,14 @@
---
extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
line-length: disable
# NOTE(retr0h): Templates no longer fail this lint rule.
# Uncomment if running old Molecule templates.
truthy: disable

View File

@ -151,6 +151,8 @@
dest: .github/ISSUE_TEMPLATE/feature_request.md
- source: gitignore
dest: .gitignore
- source: yamllint
dest: .yamllint
loop_control:
label: "{{ item.source }}"