Skip to content
Snippets Groups Projects
Commit 476fce4e authored by Sean McGivern's avatar Sean McGivern
Browse files

Disable all cops in .rubocop_todo.yml

Cops with a max level are auto-generated with that set to the current
maximum, even when they're supposed to be ignored. For now, the best
option is to manually disable them.
parent e7fdb1aa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -62,7 +62,7 @@ Lint/UnusedMethodArgument:
# Offense count: 93
# Configuration parameters: CountComments.
Metrics/BlockLength:
Max: 288
Enabled: false
 
# Offense count: 3
# Cop supports --auto-correct.
Loading
Loading
@@ -125,7 +125,7 @@ RSpec/MessageSpies:
 
# Offense count: 3036
RSpec/MultipleExpectations:
Max: 37
Enabled: false
 
# Offense count: 2133
RSpec/NamedSubject:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment