diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-06-28 13:05:19 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-06-28 13:05:19 -0700 |
commit | beeb7b0f40ad2ea43e259faf1c07f9416d7fac57 (patch) | |
tree | 5126f1deb6bf2e2a76139b3789b34298bce1c12f /.rubocop.yml | |
parent | 34c6472616ddf85d1e6013ab8d4d5e5ebb5bd784 (diff) | |
download | chef-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>
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 1 |
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: |