Skip to content
Snippets Groups Projects
Commit 2f3f37d8 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

ci: Update ansible-lint config to current version

- The old check numbers are gone
- Move output config to CI invocation, and use a format GitLab can understand
parent 4ab38acf
No related branches found
No related tags found
1 merge request!4Update CI to reasonable versions and fix resulting issues
Pipeline #4786 failed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
parseable: true ---
quiet: true
use_default_rules: true use_default_rules: true
skip_list:
- '204' # line length is checked by yamllint
- '401' # git checkout must contain explicit version
- '701' # 7xx is about ansible galaxy guidelines
- '702'
- '703'
...@@ -20,5 +20,12 @@ test: ...@@ -20,5 +20,12 @@ test:
stage: test stage: test
script: script:
- yamllint . - yamllint .
- ansible-lint ./*/ - >-
ansible-lint
--format codeclimate
./*/
> codeclimate.json
- "! rg --fixed-strings 'passwordstore' ./*/templates" - "! rg --fixed-strings 'passwordstore' ./*/templates"
artifacts:
reports:
codequality: codeclimate.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment