codeclimate/codeclimate-rubocop

View on GitHub
config/contents/style/for.md

Summary

Maintainability
Test Coverage
This cop looks for uses of the *for* keyword, or *each* method. The
preferred alternative is set in the EnforcedStyle configuration
parameter. An *each* call with a block on a single line is always
allowed, however.