CLOSER-Cohorts/archivist

View on GitHub
app/models/question_grid.rb

Summary

Maintainability
A
0 mins
Test Coverage

(...) interpreted as grouped expression.
Open

    RdsQs.find_by_sql ([sql, self.id])
Severity: Minor
Found in app/models/question_grid.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