class RuboCop::Cop::Sorbet::HasSigil

This cop makes the Sorbet typed sigil mandatory in all files.

Options:

If a `MinimumStrictness` level is specified, it will be used in offense messages and autocorrect.

Public Instance Methods

require_sigil_on_all_files?() click to toggle source
# File lib/rubocop/cop/sorbet/sigils/has_sigil.rb, line 20
def require_sigil_on_all_files?
  true
end