Sha256: 8ea56a8a683f4926a71ae6b9795dbadf3f34d5b21f735ebcdd719d518cee5497
Contents?: true
Size: 353 Bytes
Versions: 78
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', 'cookstyle.yml').freeze CONFIG = YAML.load(CONFIG_DEFAULT.read).freeze private_constant(*constants(false)) end end
Version data entries
78 entries across 78 versions & 2 rubygems