summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-05 11:48:40 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-05 11:56:19 -0800
commita71a65a25b51b52fbb4e2ab4607e584d52cc3b61 (patch)
tree8dd3e6ce9e925ac1a33f1dfd545ba3a50d24fc12 /.rubocop.yml
parent4f725b7ea36413c81df1919bae1d9ea51c1e807a (diff)
downloadchef-a71a65a25b51b52fbb4e2ab4607e584d52cc3b61.tar.gz
Update to the new chefstyle
Rename the one place we reference a cop name Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 0c874566be..0270949244 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -32,7 +32,7 @@ Lint/ShadowedException:
Enabled: false
# set additional paths
-ChefRuby/UnlessDefinedRequire:
+Chef/Ruby/UnlessDefinedRequire:
Include:
- 'lib/**/*'
- 'chef-bin/**/*'