Module: Chefstyle
- Defined in:
- lib/chefstyle.rb,
lib/chefstyle/version.rb
Overview
Chefstyle patches the RuboCop tool to set a new default configuration that is vendored in the Chefstyle codebase.
Constant Summary collapse
- VERSION =
"1.2.0"- RUBOCOP_VERSION =
"0.88.0"
Class Method Summary collapse
-
.config ⇒ String
The absolute path to the main RuboCop configuration YAML file.
Class Method Details
.config ⇒ String
Returns the absolute path to the main RuboCop configuration YAML file.
27 28 29 |
# File 'lib/chefstyle.rb', line 27 def self.config RuboCop::ConfigLoader::DEFAULT_FILE end |