Skip to content
Snippets Groups Projects
Commit 61d65a7b authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: don't opt-in to obsolete empty-string-compare ansible-lint rule

parent b3ef69f8
No related branches found
No related tags found
1 merge request!1Feat GitLab-CI
Pipeline #2538 passed
......@@ -41,7 +41,7 @@ skip_list:
# Any rule that has the 'opt-in' tag will not be loaded unless its 'id' is
# mentioned in the enable_list:
enable_list:
- empty-string-compare # opt-in
# - empty-string-compare # opt-in
- no-log-password # opt-in
- no-same-owner # opt-in
# add yaml here if you want to avoid ignoring yaml checks when yamllint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment