summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-03-03 10:57:54 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2020-03-03 10:57:54 -0800
commitf5c28e5a6f34dc0bcf37ba00688145abcb56258d (patch)
tree857bbdfd9c7e967fa049a0cd60e8b587c48c9d43
parent518a69d8b6f146edff19dfab1a77d88def71c77e (diff)
downloadchef-f5c28e5a6f34dc0bcf37ba00688145abcb56258d.tar.gz
Rename cop in the .rubocop.yml for new chefstyle
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 9730861155..9780173555 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