Skip to content

Instantly share code, notes, and snippets.

@SeanROlszewski
Created July 20, 2019 18:04
Show Gist options
  • Save SeanROlszewski/ee6e33a8f31d015dc3e4258b0df22264 to your computer and use it in GitHub Desktop.
Save SeanROlszewski/ee6e33a8f31d015dc3e4258b0df22264 to your computer and use it in GitHub Desktop.
let sourceFileCandidates = state.mutateOnlyList.isEmpty ?
discoverSourceFiles(inDirectoryAt: state.tempDirectoryURL.path, excludingPathsIn: state.muterConfiguration.excludeList) :
evaluateExclusive(files: state.mutateOnlyList, inDirectoryAt: tempDirectoryURL.path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment