andrewhao/bookplanner

View on GitHub
app/services/plan_regenerator.rb

Summary

Maintainability
A
0 mins
Test Coverage

Don't use parentheses around a variable.
Open

      case (dir)
Severity: Minor
Found in app/services/plan_regenerator.rb by rubocop

This cop checks for redundant parentheses.

Example:

# bad
(x) if ((y.z).nil?)

# good
x if y.z.nil?

There are no issues that match your filters.

Category
Status