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

Version Path
chefstyle-1.6.1 lib/rubocop/chef.rb
chefstyle-1.5.9 lib/rubocop/chef.rb
chefstyle-1.5.8 lib/rubocop/chef.rb
chefstyle-1.5.7 lib/rubocop/chef.rb
chefstyle-1.5.6 lib/rubocop/chef.rb
chefstyle-1.5.2 lib/rubocop/chef.rb
chefstyle-1.5.1 lib/rubocop/chef.rb
chefstyle-1.5.0 lib/rubocop/chef.rb
chefstyle-1.4.5 lib/rubocop/chef.rb
chefstyle-1.4.4 lib/rubocop/chef.rb
chefstyle-1.4.3 lib/rubocop/chef.rb
chefstyle-1.4.2 lib/rubocop/chef.rb
chefstyle-1.4.0 lib/rubocop/chef.rb
chefstyle-1.3.2 lib/rubocop/chef.rb