lib/rubocop/cop/cop.rb in rubocop-0.45.0 vs lib/rubocop/cop/cop.rb in rubocop-0.46.0

- old
+ new

@@ -128,9 +128,10 @@ @config = config || Config.new @options = options || { debug: false } @offenses = [] @corrections = [] + @processed_source = nil end def join_force?(_force_class) false end