Module: Lcgstyle

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

Overview

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

Constant Summary collapse

VERSION =
"0.0.9".freeze
RUBOCOP_VERSION =
"0.47.1".freeze

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



26
27
28
# File 'lib/lcgstyle.rb', line 26

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