Bump rails from 7.2.0 to 8.0.0 #20
Open
Annotations
10 errors
Lint code for consistent style:
Gemfile#L37
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L61
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L61
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L62
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L63
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L64
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L65
Layout/TrailingEmptyLines: 1 trailing blank lines detected.
|
Lint code for consistent style:
app/controllers/admin/base_controller.rb#L5
Layout/TrailingWhitespace: Trailing whitespace detected.
|
Lint code for consistent style:
app/controllers/admin/base_controller.rb#L7
Layout/TrailingWhitespace: Trailing whitespace detected.
|
Lint code for consistent style:
app/controllers/admin/base_controller.rb#L10
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Loading