lib/rubocop/comment_config.rb in rubocop-0.43.0 vs lib/rubocop/comment_config.rb in rubocop-0.44.0
- old
+ new
@@ -1,5 +1,4 @@
-# encoding: utf-8
# frozen_string_literal: true
module RuboCop
# This class parses the special `rubocop:disable` comments in a source
# and provides a way to check if each cop is enabled at arbitrary line.