decko-commons/decko

View on GitHub
mod/search/set/abstract/0_search/views.rb

Summary

Maintainability
Test Coverage

Extra empty line detected at block body end.
New


  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