module Rubocop::Stylecheck

Constants

VERSION

Attributes

config_path[RW]

Public Class Methods

project_config_path() click to toggle source
# File lib/rubocop/stylecheck.rb, line 8
def project_config_path
  File.join(Dir.pwd, ".rubocop.yml")
end