class RuboCop::Cop::Sorbet::TrueSigil

This cop makes the Sorbet ‘true` sigil mandatory in all files.

def minimum_strictness

def minimum_strictness
  'true'
end