codeclimate/codeclimate-rubocop

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

Summary

Maintainability
Test Coverage
Checks for uses of the character literal ?x.

### Example:
    # bad
    ?x

    # good
    'x'

    # good
    ?\C-\M-d