CLOSER-Cohorts/archivist

View on GitHub
app/models/variable.rb

Summary

Maintainability
A
0 mins
Test Coverage

(...) interpreted as grouped expression.
Open

      map = self.maps.build ({
Severity: Minor
Found in app/models/variable.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