Module: Rubocop::Stylecheck

Defined in:
lib/rubocop/stylecheck.rb,
lib/rubocop/stylecheck/cli.rb,
lib/rubocop/stylecheck/railtie.rb,
lib/rubocop/stylecheck/version.rb

Defined Under Namespace

Modules: Cli Classes: Railtie

Constant Summary collapse

VERSION =
"0.1.3".freeze

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.config_pathObject

Returns the value of attribute config_path.



6
7
8
# File 'lib/rubocop/stylecheck.rb', line 6

def config_path
  @config_path
end

Class Method Details

.project_config_pathObject



8
9
10
# File 'lib/rubocop/stylecheck.rb', line 8

def project_config_path
  File.join(Dir.pwd, ".rubocop.yml")
end