Heroku Link Address added #11
Annotations
12 errors and 4 warnings
lint:
Gemfile#L11
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L68
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L69
Layout/TrailingEmptyLines: Final newline missing.
|
lint:
app/controllers/movies_controller.rb#L8
Layout/ElseAlignment: Align `elsif` with `@movies`.
|
lint:
app/controllers/movies_controller.rb#L10
Layout/ElseAlignment: Align `elsif` with `@movies`.
|
lint:
app/controllers/movies_controller.rb#L12
Layout/ElseAlignment: Align `elsif` with `@movies`.
|
lint:
app/controllers/movies_controller.rb#L14
Layout/ElseAlignment: Align `elsif` with `@movies`.
|
lint:
app/controllers/movies_controller.rb#L16
Layout/ElseAlignment: Align `elsif` with `@movies`.
|
lint:
app/controllers/movies_controller.rb#L18
Layout/ElseAlignment: Align `else` with `@movies`.
|
lint:
app/controllers/movies_controller.rb#L20
Layout/EndAlignment: `end` at 20, 14 is not aligned with `@movies = if` at 6, 4.
|
scan_ruby
Process completed with exit code 5.
|
test
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
scan_js
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
scan_ruby
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|