Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 364 Bytes

Style-ClassCheck.md

File metadata and controls

18 lines (11 loc) · 364 Bytes

Pattern: Inconsistent class check

Issue: -

Description

This rule enforces consistent use of Object#is_a? or Object#kind_of?.

Default configuration

Attribute Value
EnforcedStyle is_a?
SupportedStyles is_a?, kind_of?

Further Reading