TheCorrespondingSquares/chess-app

View on GitHub
spec/helpers/dashboards_helper_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Extra empty line detected at block body beginning.
Open


end

This cops checks if empty lines around the bodies of blocks match the configuration.

Example: EnforcedStyle: empty_lines

# good

foo do |bar|

  # ...

end

Example: EnforcedStyle: noemptylines (default)

# good

foo do |bar|
  # ...
end

There are no issues that match your filters.

Category
Status