Bump rails from 7.2.0 to 7.2.1.1 #55
Annotations
10 errors
Lint code for consistent style:
Gemfile#L48
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L48
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L59
Layout/TrailingEmptyLines: 1 trailing blank lines detected.
|
Lint code for consistent style:
app/controllers/events_controller.rb#L2
Layout/LeadingCommentSpace: Missing space after `#`.
|
Lint code for consistent style:
app/controllers/events_controller.rb#L3
Layout/LeadingCommentSpace: Missing space after `#`.
|
Lint code for consistent style:
app/controllers/events_controller.rb#L31
Layout/SpaceInsideParens: Space inside parentheses detected.
|
Lint code for consistent style:
app/controllers/events_controller.rb#L31
Layout/SpaceInsideParens: Space inside parentheses detected.
|
Lint code for consistent style:
app/controllers/events_controller.rb#L33
Layout/TrailingWhitespace: Trailing whitespace detected.
|
Lint code for consistent style:
app/controllers/events_controller.rb#L36
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
app/controllers/events_controller.rb#L60
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Loading