codeclimate/codeclimate-rubocop

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

Summary

Maintainability
Test Coverage
This cops checks the alignment of else keywords. Normally they should
be aligned with an if/unless/while/until/begin/def keyword, but there
are special cases when they should follow the same rules as the
alignment of end.