Be a little less strict about line length.

This commit is contained in:
Jeff Geerling 2018-09-25 22:39:21 -05:00
parent bc99b08bcd
commit cc2cb6663c
2 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,8 @@ driver:
name: docker
lint:
name: yamllint
options:
config-file: molecule/default/yaml-lint.yml
platforms:
- name: instance
image: geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible

View File

@ -0,0 +1,6 @@
---
extends: default
rules:
line-length:
max: 120
level: warning