Skip to content

edit footer

edit footer #5

Triggered via push February 27, 2025 13:26
Status Failure
Total duration 46s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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.