diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-11-30 15:34:29 +0800 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-02-10 17:40:38 -0500 |
commit | 5db56efe424c9cd760580a755ec4e131d045769d (patch) | |
tree | 079042491d8a5a721658f0bed50c5e1f3534830f /.rubocop_todo.yml | |
parent | 92cbc1e4ad8d874428089c4c65293fa218f67206 (diff) | |
download | gitlab-ce-5db56efe424c9cd760580a755ec4e131d045769d.tar.gz |
Enable `Style/RedundantException` cop and correct offense
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4714b64b896..7ef5523de4b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -416,11 +416,6 @@ Style/RaiseArgs: Style/RedundantBegin: Enabled: false -# Offense count: 1 -# Cop supports --auto-correct. -Style/RedundantException: - Enabled: false - # Offense count: 29 # Cop supports --auto-correct. Style/RedundantFreeze: |