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
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -14,5 +14,5 @@ skip_list:
- meta-no-info
# Allow package versions to be specified as 'latest'
- package-latest
# Don't require FQCN for builtin actions
- fqcn-builtins
# Don't require fully-qualified collection names
- fqcn
Loading