diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-02-10 15:26:23 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-02-13 11:00:20 -0500 |
commit | 17c8d15b14f6c3ecc98e1466e9148cf100cc12c6 (patch) | |
tree | 6eb652b9051afcd60d11568ab3be095b0207c1c0 /.rubocop_todo.yml | |
parent | 5db56efe424c9cd760580a755ec4e131d045769d (diff) | |
download | gitlab-ce-17c8d15b14f6c3ecc98e1466e9148cf100cc12c6.tar.gz |
Enable `Lint/EmptyWhen` cop and correct offense
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 7ef5523de4b..648b3fc49d2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -21,10 +21,6 @@ Lint/AmbiguousRegexpLiteral: Lint/AssignmentInCondition: Enabled: false -# Offense count: 1 -Lint/EmptyWhen: - Enabled: false - # Offense count: 20 Lint/HandleExceptions: Enabled: false |