module Chefstyle

Chefstyle patches the RuboCop tool to set a new default configuration that is vendored in the Chefstyle codebase.

Constants

RUBOCOP_VERSION
VERSION

Public Class Methods

config() click to toggle source

@return [String] the absolute path to the main RuboCop configuration YAML file

# File lib/chefstyle.rb, line 26
def self.config
  RuboCop::ConfigLoader::DEFAULT_FILE
end