Skip to content
Snippets Groups Projects

lint: add fqcn and no-free-form to skip_list for ansible-lint 6.8.0

Merged Evangelos Foutras requested to merge ansible-6.8.0 into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -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
Loading