Fix namespace #3
Annotations
10 errors and 3 warnings
lint:
app/controllers/application_controller.rb#L175
[Correctable] Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
lint:
app/controllers/application_controller.rb#L177
[Correctable] Style/RedundantReturn: Redundant return detected. (https://rubystyle.guide#no-explicit-return)
|
lint:
app/controllers/application_controller.rb#L179
[Correctable] Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
lint:
app/controllers/application_controller.rb#L181
[Correctable] Style/RedundantReturn: Redundant return detected. (https://rubystyle.guide#no-explicit-return)
|
lint:
app/controllers/application_controller.rb#L183
[Correctable] Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
lint:
app/controllers/application_controller.rb#L185
[Correctable] Style/RedundantReturn: Redundant return detected. (https://rubystyle.guide#no-explicit-return)
|
lint:
app/controllers/application_controller.rb#L189
[Correctable] Style/RedundantReturn: Redundant return detected. (https://rubystyle.guide#no-explicit-return)
|
lint:
app/controllers/application_controller.rb#L191
[Correctable] Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
lint:
app/controllers/application_controller.rb#L193
[Correctable] Style/RedundantReturn: Redundant return detected. (https://rubystyle.guide#no-explicit-return)
|
lint:
app/controllers/application_controller.rb#L195
[Correctable] Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
lint:
app/lib/text_formatter.rb#L287
Lint/RescueException: Avoid rescuing the Exception class. Perhaps you meant to rescue StandardError? (https://rubystyle.guide#no-blind-rescues)
|
lint:
app/lib/text_formatter.rb#L287
Lint/SuppressedException: Do not suppress exceptions. (https://rubystyle.guide#dont-hide-exceptions)
|
lint:
app/lib/text_formatter.rb#L287
[Correctable] Lint/UselessAssignment: Useless assignment to variable - e. (https://rubystyle.guide#underscore-unused-vars)
|