class RuboCop::Cop::Sorbet::StrictSigil


# typed: strict
# good
# typed: false
# bad
# typed: true
# bad
@example
This cop is unsafe because Sorbet sigils may not exist yet when it is run.
@safety
Makes the Sorbet ‘strict` sigil mandatory in all files.

def minimum_strictness

def minimum_strictness
  "strict"
end