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.5.0"
RUBOCOP_VERSION =
"0.32.1"

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



32
33
34
# File 'lib/finstyle.rb', line 32

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