cofiem/clearly-query

View on GitHub
Guardfile

Summary

Maintainability
Test Coverage

Extra empty line detected at block body end.
Open


end
Severity: Minor
Found in Guardfile by rubocop

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