lib/rubocop/cop/sorbet/sigils/false_sigil.rb in rubocop-sorbet-0.7.0 vs lib/rubocop/cop/sorbet/sigils/false_sigil.rb in rubocop-sorbet-0.7.1

- old
+ new

@@ -4,10 +4,10 @@ require_relative "has_sigil" module RuboCop module Cop module Sorbet - # This cop makes the Sorbet `false` sigil mandatory in all files. + # Makes the Sorbet `false` sigil mandatory in all files. class FalseSigil < HasSigil def minimum_strictness "false" end end