From 61d65a7b8a55a18363c10ec77097d972832a4e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Thu, 21 Jul 2022 12:00:56 +0200 Subject: [PATCH] fix: don't opt-in to obsolete empty-string-compare ansible-lint rule --- .ansible-lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ansible-lint b/.ansible-lint index f18a647..2076d8d 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -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 -- GitLab