edit readme #4
Annotations
10 errors
lint:
app/controllers/application_controller.rb#L4
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
app/controllers/application_controller.rb#L7
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
app/controllers/application_controller.rb#L9
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
app/controllers/application_controller.rb#L11
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/application_controller.rb#L11
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/application_controller.rb#L12
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/application_controller.rb#L12
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/categories_controller.rb#L2
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/categories_controller.rb#L2
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/categories_controller.rb#L19
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|