class RuboCop::Cop::Sorbet::FalseSigil

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

def minimum_strictness

def minimum_strictness
  "false"
end