committing all ugly with a bunch of logger calls in the middle but we… #152
Annotations
6 errors
lint:
app/controllers/api/v1/statuses_controller.rb#L46
[Correctable] Layout/IndentationWidth: Use 2 (not 3) spaces for indentation. (https://rubystyle.guide#spaces-indentation)
|
lint:
app/controllers/api/v1/statuses_controller.rb#L48
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
lint:
app/controllers/api/v1/statuses_controller.rb#L52
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
lint:
app/services/activitypub/fetch_replies_service.rb#L18
[Correctable] Style/GlobalStdStream: Use $stdout instead of STDOUT. (https://rubystyle.guide#global-stdout)
|
lint:
app/services/activitypub/fetch_replies_service.rb#L31
[Correctable] Style/GlobalStdStream: Use $stdout instead of STDOUT. (https://rubystyle.guide#global-stdout)
|
lint
Process completed with exit code 1.
|