Exclude:
- 'test/controllers/node_controller_test.rb'
-# Offense count: 2
-Lint/RescueWithoutErrorClass:
- Exclude:
- - 'app/helpers/browse_helper.rb'
-
# Offense count: 2
Lint/ShadowingOuterLocalVariable:
Exclude:
# SupportedStyles: compact, exploded
Style/RaiseArgs:
Enabled: false
+
+# Offense count: 2
+Style/RescueStandardError:
+ Exclude:
+ - 'app/helpers/browse_helper.rb'