class RuboCop::Cop::Sorbet::StrictSigil

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

def minimum_strictness

def minimum_strictness
  'strict'
end