summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hass <rhass@users.noreply.github.com>2017-06-19 17:47:27 -0700
committerThom May <thom@chef.io>2018-05-02 14:58:51 +0100
commita83949542458218908db56256add2f3da3618006 (patch)
tree76d3f667df476dca94d3da08214d2b1091c2bfbb
parentf60781bbfe16a23078c22dced4ed968fe4e26ec3 (diff)
downloadchef-a83949542458218908db56256add2f3da3618006.tar.gz
Ignore habitat directory for style checks.
Rubocop was flagging template files in the habitat directory which we do not need to run against. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ec28184845..9730861155 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -4,6 +4,7 @@ AllCops:
- "vendor/**/*"
- "pkg/**/*"
- "chef-config/pkg/**/*"
+ - "habitat/**/*"
Security/Eval:
Enabled: false
Lint/UselessAssignment: