lib/rubocop/performance.rb in rubocop-performance-1.10.2 vs lib/rubocop/performance.rb in rubocop-performance-1.11.0

- old
+ new

@@ -6,7 +6,9 @@ PROJECT_ROOT = Pathname.new(__dir__).parent.parent.expand_path.freeze CONFIG_DEFAULT = PROJECT_ROOT.join('config', 'default.yml').freeze CONFIG = YAML.safe_load(CONFIG_DEFAULT.read).freeze private_constant(:CONFIG_DEFAULT, :PROJECT_ROOT) + + ::RuboCop::ConfigObsoletion.files << PROJECT_ROOT.join('config', 'obsoletion.yml') end end