Update ansible-link and yamllint
/ lint (push) Successful in 1m47s Details

This commit is contained in:
Jake Howard 2023-07-30 15:43:58 +01:00
parent 9a17fe032d
commit 51fe499301
Signed by: jake
GPG Key ID: 57AFB45680EDD477
4 changed files with 9 additions and 5 deletions

View File

@ -3,8 +3,10 @@ skip_list:
- no-handler - no-handler
- git-latest - git-latest
- fqcn - fqcn
- name[missing] - name[casing]
- name[play] - name[play]
- no-changed-when
- name[missing]
exclude_paths: exclude_paths:
- galaxy_roles/ - galaxy_roles/

View File

@ -12,3 +12,5 @@ rules:
ignore: | ignore: |
galaxy_roles galaxy_roles
galaxy_collections galaxy_collections
env
alacritty.yml

View File

@ -1,2 +1,2 @@
yamllint==1.28.0 ansible-lint==6.17.1
ansible-lint==6.10.2 yamllint==1.32.0

View File

@ -6,8 +6,8 @@ PATH=${PWD}/env/bin:${PATH}
set -x set -x
yamllint -sc yamllint.yml yamllint.yml dotfiles.yml tasks/ vars.yml yamllint -s .
ansible-lint dotfiles.yml -p -c .ansible-lint ansible-lint -p
ansible-playbook dotfiles.yml --syntax-check ansible-playbook dotfiles.yml --syntax-check