Use Rails 7.2.1 #1
Annotations
10 errors
Lint code for consistent style:
Gemfile#L47
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L51
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L51
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L51
Layout/LeadingCommentSpace: Missing space after `#`.
|
Lint code for consistent style:
app/controllers/application_controller.rb#L5
Layout/SpaceInsideBlockBraces: Space missing inside {.
|
Lint code for consistent style:
app/controllers/application_controller.rb#L5
Layout/SpaceInsideBlockBraces: Space missing inside }.
|
Lint code for consistent style:
app/helpers/extractions_helper.rb#L15
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
Lint code for consistent style:
app/helpers/extractions_helper.rb#L15
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
Lint code for consistent style:
app/models/extraction.rb#L13
Layout/SpaceInsideBlockBraces: Space missing inside {.
|
Lint code for consistent style:
app/models/extraction.rb#L13
Layout/SpaceInsideBlockBraces: Space missing inside }.
|
Loading