mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
Update Molecure lint config for v3.
This commit is contained in:
parent
b97d42e71c
commit
615f261a3d
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user