Class: RuboCop::Cop::Sorbet::StrictSigil

Inherits:
HasSigil show all
Defined in:
lib/rubocop/cop/sorbet/sigils/strict_sigil.rb

Overview

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

Instance Method Summary collapse

Methods inherited from HasSigil

#require_sigil_on_all_files?

Methods inherited from ValidSigil

#autocorrect, #investigate

Instance Method Details

#minimum_strictnessObject



11
12
13
# File 'lib/rubocop/cop/sorbet/sigils/strict_sigil.rb', line 11

def minimum_strictness
  "strict"
end