From 2c02f260725e91146afdca885f49ad44a18dc91b Mon Sep 17 00:00:00 2001 From: Chris Tessmer Date: Mon, 10 Jul 2023 13:55:46 -0400 Subject: [PATCH] Update .puppet-lint.rc for rake-helpers 5.20.0 --- .puppet-lint.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.puppet-lint.rc b/.puppet-lint.rc index 3d41f0bf..eb567699 100644 --- a/.puppet-lint.rc +++ b/.puppet-lint.rc @@ -9,7 +9,7 @@ --no-class_inherits_from_params_class-check --no-140chars-check --no-trailing_comma-check ---no-empty_string_assignment-check +--no-params-empty-string-assignment-check # This is here because the code can't handle lookups in parameters and SIMP # modules have a LOT of those --no-parameter_order-check