diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-09-20 23:57:26 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-09-20 23:57:26 -0700 |
commit | eb49e6b6b8c160da0cf53f05fefa1c90d7a3a993 (patch) | |
tree | ec146beb48dda66abdefe0d0330c71c053498b18 /.rubocop.yml | |
parent | cb6ee920847d91b8c6cd8e7cb210b8a4fc730e69 (diff) | |
download | chef-eb49e6b6b8c160da0cf53f05fefa1c90d7a3a993.tar.gz |
Gate requires in chef-utils and chef-config as wellrequires
Update the cop config to handle those as well
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index b587000ad4..3209f30aba 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -30,3 +30,11 @@ Lint/IneffectiveAccessModifier: Enabled: false Lint/ShadowedException: Enabled: false + +# set additional paths +ChefRuby/UnlessDefinedRequire: + Include: + - 'lib/**/*' + - 'chef-bin/**/*' + - 'chef-config/**/*' + - 'chef-utils/**/*' |