summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-26 00:34:26 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-26 00:34:26 +0000
commit6bc38b9c8fb0baab72208d42f1b922f94f5b7e97 (patch)
tree00cbe476964a54b8c5170c05519a909d0422779a
parentdee28c50a90acaf1a364d3971132c70c96493932 (diff)
parent767bd6f8825661c2cd170172f2b0d5ce34c67a93 (diff)
downloadgitlab-ce-6bc38b9c8fb0baab72208d42f1b922f94f5b7e97.tar.gz
Merge branch 'rs-rescueexception-cop' into 'master'
Enable the Lint/RescueException cop See merge request !1894
-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: >-