diff options
author | Tim Smith <> | 2019-06-20 08:53:00 +0100 |
---|---|---|
committer | Tim Smith <> | 2019-06-20 08:53:00 +0100 |
commit | f39c6a2d2ba9cebd0d58a60ba2ac74bbee5e8f75 (patch) | |
tree | 0594c57ac8c9daea86a636442bc2cd538839dc34 /.rubocop.yml | |
parent | 66f9dcffa2bcf1d415344004f467dff4d668fda8 (diff) | |
download | chef-f39c6a2d2ba9cebd0d58a60ba2ac74bbee5e8f75.tar.gz |
Exclude the right habitat directory in rubocop
The directory has been renamed
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index c3eba7db55..575cde4c70 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,7 +4,7 @@ AllCops: - "vendor/**/*" - "pkg/**/*" - "chef-config/pkg/**/*" - - "habitat/**/*" + - "habitat-packages/**/*" Security/Eval: Enabled: false Lint/UselessAssignment: |