lib/rubocop/cop/registry.rb in rubocop-0.68.1 vs lib/rubocop/cop/registry.rb in rubocop-0.69.0
- old
+ new
@@ -4,10 +4,10 @@
module Cop
# Error raised when an unqualified cop name is used that could
# refer to two or more cops under different departments
class AmbiguousCopName < RuboCop::Error
MSG = 'Ambiguous cop name `%<name>s` used in %<origin>s needs ' \
- 'department qualifier. Did you mean %<options>s?'.freeze
+ 'department qualifier. Did you mean %<options>s?'
def initialize(name, origin, badges)
super(
format(
MSG,