diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-03-03 10:57:54 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-03-03 10:57:54 -0800 |
commit | f5c28e5a6f34dc0bcf37ba00688145abcb56258d (patch) | |
tree | 857bbdfd9c7e967fa049a0cd60e8b587c48c9d43 /.rubocop.yml | |
parent | 518a69d8b6f146edff19dfab1a77d88def71c77e (diff) | |
download | chef-f5c28e5a6f34dc0bcf37ba00688145abcb56258d.tar.gz |
Rename cop in the .rubocop.yml for new chefstyle
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
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 |