summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-28 12:45:02 -0700
committerTim Smith <tsmith84@gmail.com>2019-06-28 12:45:02 -0700
commit34e553738e5fdd74ce7e823add2130d33e71003a (patch)
treeaeca9e0bc87293d00c9df891964bb0964ebcc01f /.rubocop.yml
parente5ba371c42a16619b3ea9b4696d3f33bdfc2b134 (diff)
downloadchef-34e553738e5fdd74ce7e823add2130d33e71003a.tar.gz
Move the habitat content back to the habitat directory
These were moved when the scafolding was in this dir Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 575cde4c70..ee5c154970 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -4,7 +4,6 @@ AllCops:
- "vendor/**/*"
- "pkg/**/*"
- "chef-config/pkg/**/*"
- - "habitat-packages/**/*"
Security/Eval:
Enabled: false
Lint/UselessAssignment: