diff options
author | Sean McGivern <sean@gitlab.com> | 2017-01-17 12:25:32 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2017-01-17 12:25:32 +0000 |
commit | 476fce4e181825d6c3976563e1c163b01ffc3af0 (patch) | |
tree | 7daec52ecd7d3f4a341f3abe84690b9a1ef480b7 /.rubocop_todo.yml | |
parent | e7fdb1aae5a61b30f66ea3489d4e0759ed8ea3a1 (diff) | |
download | gitlab-ce-476fce4e181825d6c3976563e1c163b01ffc3af0.tar.gz |
Disable all cops in .rubocop_todo.ymlrubocop-todo
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.
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6d4d7170fe8..d581610162f 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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: |