Enable the Lint/RescueException cop
This commit is contained in:
parent
9a4ae85948
commit
767bd6f882
1 changed files with 1 additions and 1 deletions
|
@ -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: >-
|
||||
|
|
Loading…
Reference in a new issue