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-2.2.3 lib/rubocop/chef.rb
chefstyle-2.2.2 lib/rubocop/chef.rb
chefstyle-2.2.1 lib/rubocop/chef.rb
chefstyle-2.2.0 lib/rubocop/chef.rb
chefstyle-2.1.3 lib/rubocop/chef.rb
chefstyle-2.1.2 lib/rubocop/chef.rb
chefstyle-2.1.1 lib/rubocop/chef.rb
chefstyle-2.1.0 lib/rubocop/chef.rb
chefstyle-2.0.9 lib/rubocop/chef.rb
chefstyle-2.0.8 lib/rubocop/chef.rb
chefstyle-2.0.7 lib/rubocop/chef.rb
chefstyle-2.0.6 lib/rubocop/chef.rb
chefstyle-2.0.5 lib/rubocop/chef.rb
chefstyle-2.0.4 lib/rubocop/chef.rb
chefstyle-2.0.3 lib/rubocop/chef.rb
chefstyle-1.7.5 lib/rubocop/chef.rb
chefstyle-1.7.4 lib/rubocop/chef.rb
chefstyle-1.7.2 lib/rubocop/chef.rb
chefstyle-1.7.1 lib/rubocop/chef.rb
chefstyle-1.6.2 lib/rubocop/chef.rb