Sha256: 1b8b49f0ecc724144f20addc09648537506234b5acface99c1cfdb967618ade1
Contents?: true
Size: 353 Bytes
Versions: 34
Compression:
Stored size: 353 Bytes
Contents
# frozen_string_literal: true module RuboCop # RuboCop Chef project namespace module Chef PROJECT_ROOT = Pathname.new(__dir__).parent.parent.expand_path.freeze CONFIG_DEFAULT = PROJECT_ROOT.join("config", "chefstyle.yml").freeze CONFIG = YAML.load(CONFIG_DEFAULT.read).freeze private_constant(*constants(false)) end end
Version data entries
34 entries across 34 versions & 1 rubygems