Adding yamllint fix.
This commit is contained in:
parent
796bbfe99c
commit
2083278949
|
|
@ -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
|
||||||
|
|
@ -151,6 +151,8 @@
|
||||||
dest: .github/ISSUE_TEMPLATE/feature_request.md
|
dest: .github/ISSUE_TEMPLATE/feature_request.md
|
||||||
- source: gitignore
|
- source: gitignore
|
||||||
dest: .gitignore
|
dest: .gitignore
|
||||||
|
- source: yamllint
|
||||||
|
dest: .yamllint
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.source }}"
|
label: "{{ item.source }}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue