class Reek::Configuration::AppConfiguration

def path_excluded?(path)

def path_excluded?(path)
  excluded_paths.map(&:expand_path).include?(path.expand_path)
end