codeclimate/codeclimate-rubocop

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

Summary

Maintainability
Test Coverage
Checks for colon (:) not followed by some kind of space.
N.B. this cop does not handle spaces after a ternary operator, which are
instead handled by Style/SpaceAroundOperators.