Method: RuboCop::ConfigStore#for_pwd

Defined in:
lib/rubocop/config_store.rb

#for_pwdObject



51
52
53
# File 'lib/rubocop/config_store.rb', line 51

def for_pwd
  for_dir(Dir.pwd)
end