codeclimate/codeclimate-rubocop

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

Summary

Maintainability
Test Coverage
This cop checks how the *when*s of a *case* expression
are indented in relation to its *case* or *end* keyword.

It will register a separate offense for each misaligned *when*.