Update Molecure lint config for v3.

This commit is contained in:
Manu 2020-02-25 19:56:13 +08:00
parent b97d42e71c
commit 615f261a3d

View File

@ -3,8 +3,11 @@ dependency:
name: galaxy name: galaxy
driver: driver:
name: docker name: docker
lint: lint: |
name: yamllint set -e
yamllint .
ansible-lint
# flake8
platforms: platforms:
- name: centos-7 - name: centos-7
image: centos:7 image: centos:7
@ -24,9 +27,5 @@ platforms:
image: ubuntu:latest image: ubuntu:latest
provisioner: provisioner:
name: ansible name: ansible
lint:
name: ansible-lint
verifier: verifier:
name: testinfra name: testinfra
lint:
name: flake8