Bump aws-sdk-s3 from 1.159.0 to 1.170.1 #56
Annotations
10 errors
Lint code for consistent style:
app/mailers/event_mailer.rb#L2
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
app/mailers/event_mailer.rb#L4
Style/DefWithParentheses: Omit the parentheses in defs when the method doesn't accept any arguments.
|
Lint code for consistent style:
app/mailers/event_mailer.rb#L7
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
app/mailers/event_mailer.rb#L9
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
app/mailers/event_mailer.rb#L9
Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
|
Lint code for consistent style:
app/mailers/event_mailer.rb#L9
Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
|
Lint code for consistent style:
app/mailers/event_mailer.rb#L9
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
app/mailers/event_mailer.rb#L9
Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
|
Lint code for consistent style:
app/mailers/event_mailer.rb#L9
Layout/SpaceInsideHashLiteralBraces: Space inside } missing.
|
Lint code for consistent style:
app/mailers/event_mailer.rb#L11
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
Loading