diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-11-24 16:18:14 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-11-24 20:55:09 -0500 |
commit | 767bd6f8825661c2cd170172f2b0d5ce34c67a93 (patch) | |
tree | b78878809bd57667af154eb2a3a496bb4e73ffd4 /.rubocop.yml | |
parent | 9a4ae859487b42c1e7ada365bf4d45c569145bb3 (diff) | |
download | gitlab-ce-767bd6f8825661c2cd170172f2b0d5ce34c67a93.tar.gz |
Enable the Lint/RescueException coprs-rescueexception-cop
Diffstat (limited to '.rubocop.yml')
-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: >- |