added sqlite to dev and test #6
Annotations
11 errors and 4 warnings
lint:
Gemfile#L57
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L72
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L73
Layout/TrailingEmptyLines: Final newline missing.
|
lint:
app/models/movie.rb#L2
Layout/TrailingEmptyLines: Final newline missing.
|
lint:
config/routes.rb#L3
Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
|
lint:
config/routes.rb#L3
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
config/routes.rb#L4
Layout/TrailingEmptyLines: Final newline missing.
|
lint:
db/migrate/20241231003753_create_movies.rb#L13
Layout/TrailingEmptyLines: Final newline missing.
|
lint:
db/seeds.rb#L13
Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
|
lint:
db/seeds.rb#L13
Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
|
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_ruby
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
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|