Skip to content

Commit

Permalink
Merge pull request ManageIQ#15555 from NickLaMuro/rubocop-ignore-work…
Browse files Browse the repository at this point in the history
…er-bin

Ignore Output and Exit cops in worker bins
  • Loading branch information
bdunne authored Jul 17, 2017
2 parents e1ad218 + 5062710 commit da486b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ FileName:
Metrics/LineLength:
Exclude:
- Gemfile
Rails/Exit:
Exclude:
- lib/workers/bin/*
Rails/Output:
Exclude:
- lib/workers/bin/*
Style/ExtraSpacing:
Exclude:
- Gemfile

0 comments on commit da486b2

Please sign in to comment.