ece517-p3/expertiza

View on GitHub
app/helpers/mailer_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage

(...) interpreted as grouped expression.
Open

    Mailer.generic_message ({
Severity: Minor
Found in app/helpers/mailer_helper.rb by rubocop

Checks for space between the name of a called method and a left parenthesis.

Example:

# bad

puts (x + y)

Example:

# good

puts(x + y)

(...) interpreted as grouped expression.
Open

    Mailer.request_user_message ({
Severity: Minor
Found in app/helpers/mailer_helper.rb by rubocop

Checks for space between the name of a called method and a left parenthesis.

Example:

# bad

puts (x + y)

Example:

# good

puts(x + y)

There are no issues that match your filters.

Category
Status