summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-11-30 15:34:29 +0800
committerRobert Speicher <rspeicher@gmail.com>2017-02-10 17:40:38 -0500
commit5db56efe424c9cd760580a755ec4e131d045769d (patch)
tree079042491d8a5a721658f0bed50c5e1f3534830f /.rubocop_todo.yml
parent92cbc1e4ad8d874428089c4c65293fa218f67206 (diff)
downloadgitlab-ce-5db56efe424c9cd760580a755ec4e131d045769d.tar.gz
Enable `Style/RedundantException` cop and correct offense
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml5
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: