background color, better looking forms and tables, hover features #13
Annotations
10 errors and 1 warning
Lint code for consistent style:
Gemfile#L57
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L72
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L73
Layout/TrailingEmptyLines: Final newline missing.
|
Lint code for consistent style:
app/models/movie.rb#L2
Layout/TrailingEmptyLines: Final newline missing.
|
Lint code for consistent style:
config/routes.rb#L3
Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
|
Lint code for consistent style:
config/routes.rb#L3
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
config/routes.rb#L4
Layout/TrailingEmptyLines: Final newline missing.
|
Lint code for consistent style:
db/migrate/20241231003753_create_movies.rb#L13
Layout/TrailingEmptyLines: Final newline missing.
|
Lint code for consistent style:
db/seeds.rb#L13
Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
|
Lint code for consistent style:
db/seeds.rb#L13
Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading