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
36079da3
Commit
36079da3
authored
Feb 14, 2021
by
Kristian Klausen
🎉
Browse files
ansible-lint: Replace numeric rule identifiers with text ones
parent
0356dee2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ansible-lint
View file @
36079da3
...
...
@@ -4,8 +4,8 @@ skip_list:
# line too long (x > 80 characters) (line-length)
- 'line-length'
# Do not recommend running tasks as handlers
- '
503
'
- '
no-handler
'
# Do not force galaxy info in meta/main.yml
- '
701
'
- '
meta-no-info
'
# Allow package versions to be specified as 'latest'
- '
403
'
- '
package-latest
'
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