Skip to content
Snippets Groups Projects
Commit 767bd6f8 authored by Robert Speicher's avatar Robert Speicher
Browse files

Enable the Lint/RescueException cop

parent 9a4ae859
No related branches found
No related tags found
No related merge requests found
Loading
@@ -888,7 +888,7 @@ Lint/RequireParentheses:
Loading
@@ -888,7 +888,7 @@ Lint/RequireParentheses:
Lint/RescueException: Lint/RescueException:
Description: 'Avoid rescuing the Exception class.' Description: 'Avoid rescuing the Exception class.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-blind-rescues' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-blind-rescues'
Enabled: false Enabled: true
   
Lint/ShadowingOuterLocalVariable: Lint/ShadowingOuterLocalVariable:
Description: >- Description: >-
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment