diff options
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: |