Skip to content
Snippets Groups Projects
Commit 0356dee2 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Install yamllint for YAML linting by ansible-lint

parent 230cc79a
No related branches found
No related tags found
No related merge requests found
exclude_paths:
- misc
skip_list:
# Ignore lines longer than 160 chars
- '204'
# line too long (x > 80 characters) (line-length)
- 'line-length'
# Do not recommend running tasks as handlers
- '503'
# Do not force galaxy info in meta/main.yml
......
image: "archlinux:latest"
before_script:
- pacman -Syu --needed --noconfirm ansible-lint terraform
- pacman -Syu --needed --noconfirm ansible-lint yamllint terraform
ansible-lint:
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment