fedilinks: Add well-known protocol handler #27
Annotations
9 errors
Run rubocop:
app/controllers/authorize_interactions_controller.rb#L22
[Correctable] Layout/EmptyLineAfterGuardClause: Add empty line after guard clause.
|
Run rubocop:
app/controllers/well_known/protocol_handler_controller.rb#L5
[Correctable] Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning. (https://rubystyle.guide#empty-lines-around-bodies)
|
Run rubocop:
app/controllers/well_known/protocol_handler_controller.rb#L12
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
Run rubocop:
app/controllers/well_known/protocol_handler_controller.rb#L12
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
Run rubocop:
app/controllers/well_known/protocol_handler_controller.rb#L26
[Correctable] Layout/EmptyLineAfterGuardClause: Add empty line after guard clause.
|
Run rubocop:
app/controllers/well_known/protocol_handler_controller.rb#L26
[Correctable] Style/ReturnNilInPredicateMethodDefinition: Return false instead of nil in predicate methods. (https://rubystyle.guide#bool-methods-qmark)
|
Run rubocop:
app/controllers/well_known/protocol_handler_controller.rb#L26
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
Run rubocop:
config/routes.rb#L74
[Correctable] Layout/EmptyLines: Extra blank line detected. (https://rubystyle.guide#two-or-more-empty-lines)
|
Run rubocop
Process completed with exit code 1.
|
Loading