decko-commons/decko

View on GitHub
mod/collection/set/all/item_assignment.rb

Summary

Maintainability
Test Coverage

Space missing to the left of {.
New

  item_names.group_by{ |e| e }.select { |_k, v| v.size > 1 }.keys

Checks that block braces have or don't have a space before the opening brace depending on configuration.

Example:

# bad
foo.map{ |a|
  a.bar.to_s
}

# good
foo.map { |a|
  a.bar.to_s
}

There are no issues that match your filters.

Category
Status