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

Version Path
cookstyle-7.32.8 lib/rubocop/chef.rb
cookstyle-7.32.7 lib/rubocop/chef.rb
cookstyle-ng-8.0.0 lib/rubocop/chef.rb
cookstyle-7.32.2 lib/rubocop/chef.rb
cookstyle-7.32.1 lib/rubocop/chef.rb
cookstyle-7.32.0 lib/rubocop/chef.rb
cookstyle-7.31.9 lib/rubocop/chef.rb
cookstyle-7.31.7 lib/rubocop/chef.rb
cookstyle-7.31.3 lib/rubocop/chef.rb
cookstyle-7.31.1 lib/rubocop/chef.rb
cookstyle-7.31.0 lib/rubocop/chef.rb
cookstyle-7.30.4 lib/rubocop/chef.rb
cookstyle-7.30.3 lib/rubocop/chef.rb
cookstyle-7.30.1 lib/rubocop/chef.rb
cookstyle-7.28.2 lib/rubocop/chef.rb
cookstyle-7.27.0 lib/rubocop/chef.rb
cookstyle-7.26.1 lib/rubocop/chef.rb
cookstyle-7.25.10 lib/rubocop/chef.rb
cookstyle-7.25.9 lib/rubocop/chef.rb
cookstyle-7.25.8 lib/rubocop/chef.rb