Method: Codeguard::Rubocop.config_project_path

Defined in:
lib/codeguard/rubocop.rb

.config_project_pathObject



5
6
7
# File 'lib/codeguard/rubocop.rb', line 5

def config_project_path
  Pathname.new '.rubocop.yml'
end