summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-28 13:05:19 -0700
committerTim Smith <tsmith84@gmail.com>2019-06-28 13:05:19 -0700
commitbeeb7b0f40ad2ea43e259faf1c07f9416d7fac57 (patch)
tree5126f1deb6bf2e2a76139b3789b34298bce1c12f
parent34c6472616ddf85d1e6013ab8d4d5e5ebb5bd784 (diff)
downloadchef-beeb7b0f40ad2ea43e259faf1c07f9416d7fac57.tar.gz
Add back the rubocop exclusion
We still need this due to rubocop thinking the client.rb file is actually ruby Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ee5c154970..c3eba7db55 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -4,6 +4,7 @@ AllCops:
- "vendor/**/*"
- "pkg/**/*"
- "chef-config/pkg/**/*"
+ - "habitat/**/*"
Security/Eval:
Enabled: false
Lint/UselessAssignment: