config/other-excludes.yml in rubocop-govuk-3.3.0 vs config/other-excludes.yml in rubocop-govuk-3.3.1
- old
+ new
@@ -12,5 +12,12 @@
Bundler/DuplicatedGem:
Enabled: false
Style/FormatStringToken:
Enabled: false
+
+# These can result in false positives
+Style/HashTransformKeys:
+ Enabled: false
+
+Style/HashTransformValues:
+ Enabled: false