Skip to content

Commit

Permalink
Merge pull request #287 from imtayadeway/rubocop-ignore-paths
Browse files Browse the repository at this point in the history
Ignore manageiq fixture path and vendor path
  • Loading branch information
bdunne authored Feb 2, 2018
2 parents b1269db + 3c62cd7 commit f632e12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop_base.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
AllCops:
Exclude:
- spec/manageiq/**/*
- vendor/**/*
TargetRubyVersion: 2.3
Layout/AlignHash:
EnforcedHashRocketStyle: table
Expand Down

0 comments on commit f632e12

Please sign in to comment.