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

Version Path
cookstyle-6.11.4 lib/rubocop/chef.rb
cookstyle-6.10.2 lib/rubocop/chef.rb
cookstyle-6.9.0 lib/rubocop/chef.rb
cookstyle-6.8.0 lib/rubocop/chef.rb
cookstyle-6.7.3 lib/rubocop/chef.rb
cookstyle-6.6.9 lib/rubocop/chef.rb
cookstyle-6.5.3 lib/rubocop/chef.rb
cookstyle-6.4.4 lib/rubocop/chef.rb
cookstyle-5.23.0 lib/rubocop/chef.rb
cookstyle-6.3.4 lib/rubocop/chef.rb
cookstyle-6.2.9 lib/rubocop/chef.rb
cookstyle-6.2.5 lib/rubocop/chef.rb
cookstyle-6.1.6 lib/rubocop/chef.rb
cookstyle-6.0.19 lib/rubocop/chef.rb
cookstyle-5.22.6 lib/rubocop/chef.rb
cookstyle-5.21.9 lib/rubocop/chef.rb
cookstyle-5.20.0 lib/rubocop/chef.rb
cookstyle-5.19.9 lib/rubocop/chef.rb
cookstyle-5.18.4 lib/rubocop/chef.rb
cookstyle-5.17.4 lib/rubocop/chef.rb