Sha256: a955f90146880c315ef2d5975ad8cc7e55bef1b184d78176d620fd8d8a96ae58
Contents?: true
Size: 323 Bytes
Versions: 42
Compression:
Stored size: 323 Bytes
Contents
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
42 entries across 42 versions & 1 rubygems