enum

CrinjaLint::Severity

Inherits Enum < Comparable < Value < Object

Constants

Error = 0
Warning = 1
Convention = 2

Instance methods

convention?

Returns true if this enum value equals Convention

Source
error?

Returns true if this enum value equals Error

Source
warning?

Returns true if this enum value equals Warning

Source