Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
0356dee2
Commit
0356dee2
authored
Feb 14, 2021
by
Kristian Klausen
🎉
Browse files
Install yamllint for YAML linting by ansible-lint
https://github.com/ansible-community/ansible-lint/issues/953
parent
230cc79a
Changes
2
Hide whitespace changes
Inline
Side-by-side
.ansible-lint
View file @
0356dee2
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
...
...
.gitlab-ci.yml
View file @
0356dee2
image
:
"
archlinux:latest"
before_script
:
-
pacman -Syu --needed --noconfirm ansible-lint terraform
-
pacman -Syu --needed --noconfirm ansible-lint
yamllint
terraform
ansible-lint
:
script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment