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