class RuboCop::Cop::Sorbet::StrictSigil

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

def minimum_strictness

def minimum_strictness
  "strict"
end