diff options
author | Ryan Hass <rhass@users.noreply.github.com> | 2017-06-19 17:47:27 -0700 |
---|---|---|
committer | Thom May <thom@chef.io> | 2018-05-02 14:58:51 +0100 |
commit | a83949542458218908db56256add2f3da3618006 (patch) | |
tree | 76d3f667df476dca94d3da08214d2b1091c2bfbb /.rubocop.yml | |
parent | f60781bbfe16a23078c22dced4ed968fe4e26ec3 (diff) | |
download | chef-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>
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 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: |