Build out Article index and show views #42
Annotations
6 errors
lint:
app/controllers/articles_controller.rb#L3
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
app/controllers/articles_controller.rb#L11
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
app/helpers/articles_helper.rb#L2
Layout/EmptyLinesAroundModuleBody: Extra empty line detected at module body beginning.
|
lint:
app/helpers/articles_helper.rb#L25
Style/TrailingCommaInArrayLiteral: Avoid comma after the last item of an array.
|
lint
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|