Sha256: f26a0c770654aeb8bf33394eef662dcd53334d337f2e92ece5740716e0bd08fd
Contents?: true
Size: 462 Bytes
Versions: 120
Compression:
Stored size: 462 Bytes
Contents
# frozen_string_literal: true module RuboCop # RuboCop Performance project namespace module Performance 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
Version data entries
120 entries across 116 versions & 9 rubygems