Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-11-26 13:30:28 +0300
committerValery Sizov <vsv2711@gmail.com>2015-11-26 13:30:28 +0300
commit3e0fe27627f5b074a35ce2e1a0794f869f8abc15 (patch)
treeebfdb7135c683f6687a15f4ba6f3323ae619bca0 /.rubocop.yml
parent38489d8d7d0a352789c23d3bf9cadb169f765d5b (diff)
parent1befbbf57dddc23761558f21017294c950d6d3b7 (diff)
Merge remote-tracking branch 'origin/master' into rails_update_to_4_2
Diffstat (limited to '.rubocop.yml')
-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: >-