Skip to content
Snippets Groups Projects
Verified Commit d7c2f627 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

lint: drop unneeded quotes from around rule names

parent 17e8ab15
No related branches found
No related tags found
1 merge request!635lint: add fqcn and no-free-form to skip_list for ansible-lint 6.8.0
......@@ -9,10 +9,10 @@ skip_list:
# yaml: too many spaces inside braces (yaml[braces])
- yaml[braces]
# Do not recommend running tasks as handlers
- 'no-handler'
- no-handler
# Do not force galaxy info in meta/main.yml
- 'meta-no-info'
- meta-no-info
# Allow package versions to be specified as 'latest'
- 'package-latest'
- package-latest
# Don't require FQCN for builtin actions
- 'fqcn-builtins'
- fqcn-builtins
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