rkokkelk/siso

View on GitHub
app/models/record.rb

Summary

Maintainability
A
0 mins
Test Coverage

Extra empty line detected at method body beginning.
Open


    if token.nil?
Severity: Minor
Found in app/models/record.rb by rubocop

This cops checks if empty lines exist around the bodies of methods.

Example:

# good

def foo
  # ...
end

# bad

def bar

  # ...

end

There are no issues that match your filters.

Category
Status