armandofox/audience1st

View on GitHub
app/controllers/labels_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

(...) interpreted as grouped expression.
Open

      redirect_to (return_to || labels_path)

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