Commit 476fce4e authored by Sean McGivern's avatar Sean McGivern

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
......@@ -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.
......@@ -125,7 +125,7 @@ RSpec/MessageSpies:
# Offense count: 3036
RSpec/MultipleExpectations:
Max: 37
Enabled: false
# Offense count: 2133
RSpec/NamedSubject:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment