Enable the Lint/RescueException cop

This commit is contained in:
Robert Speicher 2015-11-24 16:18:14 -05:00
parent 9a4ae85948
commit 767bd6f882
1 changed files with 1 additions and 1 deletions

View File

@ -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: >-