summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Smith <>2019-06-20 08:53:00 +0100
committerTim Smith <>2019-06-20 08:53:00 +0100
commitf39c6a2d2ba9cebd0d58a60ba2ac74bbee5e8f75 (patch)
tree0594c57ac8c9daea86a636442bc2cd538839dc34 /.rubocop.yml
parent66f9dcffa2bcf1d415344004f467dff4d668fda8 (diff)
downloadchef-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.yml2
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: