summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-09-23 19:42:44 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-23 20:14:09 -0700
commit419873bd43e17eb11a45fd02c5df109f980a98e9 (patch)
tree0f562146da670925bb00381826c4e1b77c045bf7 /.rubocop.yml
parenteb49e6b6b8c160da0cf53f05fefa1c90d7a3a993 (diff)
downloadchef-419873bd43e17eb11a45fd02c5df109f980a98e9.tar.gz
Back out one of the requires gatings
This seems to break specs Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 3209f30aba..0c874566be 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -36,5 +36,5 @@ ChefRuby/UnlessDefinedRequire:
Include:
- 'lib/**/*'
- 'chef-bin/**/*'
- - 'chef-config/**/*'
- - 'chef-utils/**/*'
+ - 'chef-config/lib/**/*'
+ - 'chef-utils/lib/**/*'