module Lcgstyle

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