class RuboCop::Cop::Sorbet::StrongSigil

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

def minimum_strictness

def minimum_strictness
  'strong'
end