rkokkelk/siso

View on GitHub
app/controllers/main_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage

Space inside parentheses detected.
Open

      redirect_to( controller: :repositories, action: :new)
Severity: Minor
Found in app/controllers/main_controller.rb by rubocop

Checks for spaces inside ordinary round parentheses.

Example:

# bad
f( 3)
g = (a + 3 )

# good
f(3)
g = (a + 3)

There are no issues that match your filters.

Category
Status