module Cookstyle
Cookstyle
patches the RuboCop
tool to set a new default configuration that is vendored in the Cookstyle
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/cookstyle.rb, line 36 def self.config RuboCop::ConfigLoader::DEFAULT_FILE end