Module: Finstyle

Defined in:
lib/finstyle.rb,
lib/finstyle/version.rb

Overview

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

Constant Summary collapse

VERSION =
"1.2.0"

Class Method Summary collapse

Class Method Details

.configString

Returns the absolute path to the main RuboCop configuration YAML file.

Returns:

  • (String)

    the absolute path to the main RuboCop configuration YAML file



29
30
31
# File 'lib/finstyle.rb', line 29

def self.config
  RuboCop::ConfigLoader::DEFAULT_FILE
end