summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-16 13:57:39 -0700
committerTim Smith <tsmith84@gmail.com>2020-03-16 14:54:15 -0700
commit8079d285cddbdccf419263bfe0da5e88b4be71c0 (patch)
treec7702e30e1de505d53bdd632682050bdae0e243e
parent58667b2bc1511b4e834eb3fb87b92408ee2213d6 (diff)
downloadchef-8079d285cddbdccf419263bfe0da5e88b4be71c0.tar.gz
Chefstyle fixes for the new engine
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.rubocop.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 9730861155..1e0fd2effb 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -19,7 +19,7 @@ Lint/AssignmentInCondition:
Enabled: false
Lint/AmbiguousBlockAssociation:
Enabled: false
-Lint/UnneededSplatExpansion:
+Lint/RedundantSplatExpansion:
Enabled: false
Lint/ShadowingOuterLocalVariable:
Enabled: false
@@ -29,3 +29,5 @@ Lint/IneffectiveAccessModifier:
Enabled: false
Lint/ShadowedException:
Enabled: false
+Lint/UriEscapeUnescape:
+ Enabled: false