class RuboCop::Cop::Sorbet::StrongSigil

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

def minimum_strictness

def minimum_strictness
  "strong"
end