diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-26 00:34:26 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-26 00:34:26 +0000 |
commit | 6bc38b9c8fb0baab72208d42f1b922f94f5b7e97 (patch) | |
tree | 00cbe476964a54b8c5170c05519a909d0422779a | |
parent | dee28c50a90acaf1a364d3971132c70c96493932 (diff) | |
parent | 767bd6f8825661c2cd170172f2b0d5ce34c67a93 (diff) | |
download | gitlab-ce-6bc38b9c8fb0baab72208d42f1b922f94f5b7e97.tar.gz |
Merge branch 'rs-rescueexception-cop' into 'master'
Enable the Lint/RescueException cop
See merge request !1894
-rw-r--r-- | .rubocop.yml | 2 |
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: >- |