- 'app/controllers/application_controller.rb'
- 'app/controllers/geocoder_controller.rb'
- 'app/controllers/notes_controller.rb'
- - 'app/controllers/trace_controller.rb'
+ - 'app/controllers/traces_controller.rb'
- 'app/controllers/user_controller.rb'
- - 'app/controllers/user_preference_controller.rb'
+ - 'app/controllers/user_preferences_controller.rb'
- 'app/helpers/application_helper.rb'
- 'app/helpers/browse_helper.rb'
- 'app/models/client_application.rb'
Exclude:
- 'test/controllers/node_controller_test.rb'
-# Offense count: 2
-Lint/RescueWithoutErrorClass:
- Exclude:
- - 'app/helpers/browse_helper.rb'
-
# Offense count: 2
Lint/ShadowingOuterLocalVariable:
Exclude:
# Offense count: 41
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
- Max: 240
+ Max: 241
# Offense count: 12
# Configuration parameters: CountBlocks.
# SupportedStyles: compact, exploded
Style/RaiseArgs:
Enabled: false
+
+# Offense count: 2
+Style/RescueStandardError:
+ Exclude:
+ - 'app/helpers/browse_helper.rb'