Family invites #702
Annotations
10 errors
Lint code for consistent style:
app/controllers/invitations_controller.rb#L28
Layout/IndentationWidth: Use 2 (not 0) spaces for indented_internal_methods indentation.
|
Lint code for consistent style:
app/controllers/invitations_controller.rb#L31
Layout/TrailingEmptyLines: Final newline missing.
|
Lint code for consistent style:
app/controllers/onboardings_controller.rb#L8
Layout/IndentationWidth: Use 2 (not 0) spaces for indented_internal_methods indentation.
|
Lint code for consistent style:
app/controllers/onboardings_controller.rb#L15
Layout/TrailingEmptyLines: Final newline missing.
|
Lint code for consistent style:
app/mailers/invitation_mailer.rb#L5
Layout/TrailingWhitespace: Trailing whitespace detected.
|
Lint code for consistent style:
app/mailers/invitation_mailer.rb#L11
Layout/TrailingEmptyLines: Final newline missing.
|
Lint code for consistent style:
app/models/invitation.rb#L3
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
app/models/invitation.rb#L12
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
app/models/invitation.rb#L18
Layout/IndentationWidth: Use 2 (not 0) spaces for indented_internal_methods indentation.
|
Lint code for consistent style:
app/models/invitation.rb#L28
Layout/TrailingEmptyLines: Final newline missing.
|
Loading