Skip to content

Commit

Permalink
Add back the rubocop excludes
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Sep 19, 2018
1 parent beee10f commit be07584
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
AllCops:
Exclude:
- "spec/data/**/*"
- "vendor/**/*"
- "pkg/**/*"
- "tmp/**/*"

Layout/IndentHeredoc:
Exclude:
- 'features/step_definitions/chef-repo.rb'
Expand Down

0 comments on commit be07584

Please sign in to comment.