class RuboCop::Cop::Sorbet::ValidSigil
def check_strictness_not_empty(sigil, strictness)
def check_strictness_not_empty(sigil, strictness) return true if strictness add_offense( sigil, location: sigil.pos, message: 'Sorbet sigil should not be empty.' ) false end