class RuboCop::Cop::Sorbet::TrueSigil

Makes the Sorbet ‘true` sigil mandatory in all files.

def minimum_strictness

def minimum_strictness
  "true"
end