rspec config file #4
Annotations
8 errors
lint:
app/models/federails/moderation/report.rb#L1
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
app/models/federails/moderation/report.rb#L9
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
app/models/federails/moderation/report.rb#L9
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
spec/rails_helper.rb#L32
Style/TrailingCommaInArrayLiteral: Avoid comma after the last item of an array.
|
lint:
spec/rails_helper.rb#L47
Style/TrailingCommaInArrayLiteral: Avoid comma after the last item of an array.
|
lint:
spec/requests/reports_spec.rb#L24
Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body end.
|
lint
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|