summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-11-24 16:18:14 -0500
committerRobert Speicher <rspeicher@gmail.com>2015-11-24 20:55:09 -0500
commit767bd6f8825661c2cd170172f2b0d5ce34c67a93 (patch)
treeb78878809bd57667af154eb2a3a496bb4e73ffd4
parent9a4ae859487b42c1e7ada365bf4d45c569145bb3 (diff)
downloadgitlab-ce-rs-rescueexception-cop.tar.gz
Enable the Lint/RescueException coprs-rescueexception-cop
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 11e4502849a..d59edbc8b17 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -888,7 +888,7 @@ Lint/RequireParentheses:
Lint/RescueException:
Description: 'Avoid rescuing the Exception class.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-blind-rescues'
- Enabled: false
+ Enabled: true
Lint/ShadowingOuterLocalVariable:
Description: >-