From e068cee4a2b01487c7e0621e85ee4a0ec9fbd253 Mon Sep 17 00:00:00 2001
From: Alexander Fisher <alex@linfratech.co.uk>
Date: Mon, 10 Aug 2020 20:49:11 +0100
Subject: [PATCH] Fix disabling of BracesAroundHashParameters

Despite https://github.com/puppetlabs/pdk-templates/pull/329 (which
aimed to disable this cop), in the last round of module updates, it is
set as `enabled: true` in all puppetlabs modules.
Removing the line from the cleanup_cops seems to fix this.
---
 config_defaults.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config_defaults.yml b/config_defaults.yml
index d3170d1..94d9a5e 100644
--- a/config_defaults.yml
+++ b/config_defaults.yml
@@ -325,7 +325,6 @@ Rakefile:
     Style/BarePercentLiterals:
     Style/BlockComments:
     Style/BlockDelimiters:
-    Style/BracesAroundHashParameters:
     Style/CharacterLiteral:
     Style/ClassCheck:
     Style/ClassMethods:
-- 
GitLab