Skip to content

Commit

Permalink
disable any instance cop
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Jan 2, 2020
1 parent 1bcc87c commit f65c2e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ Rails/Output:

Style/DoubleNegation:
Enabled: false

RSpec/AnyInstance:
Enabled: false
8 changes: 0 additions & 8 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@ Naming/PredicateName:
- 'app/models/region.rb'
- 'app/services/event_csv_reporter.rb'

# Offense count: 5
RSpec/AnyInstance:
Exclude:
- 'spec/controllers/events/organizer_tools_controller_spec.rb'
- 'spec/controllers/rsvps_controller_spec.rb'
- 'spec/features/events/event_detail_request_spec.rb'
- 'spec/services/account_merger_spec.rb'

# Offense count: 78
# Configuration parameters: Prefixes.
# Prefixes: when, with, without
Expand Down

0 comments on commit f65c2e6

Please sign in to comment.