class RuboCop::Cop::Sorbet::TrueSigil

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

Public Instance Methods

minimum_strictness() click to toggle source
# File lib/rubocop/cop/sorbet/sigils/true_sigil.rb, line 11
def minimum_strictness
  'true'
end