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 12 def self.config File.realpath(File.join(__dir__, "..", "config", "default.yml")) end