muter icon indicating copy to clipboard operation
muter copied to clipboard

Lint code prior to any mutation testing so it can be operated on by Muter

Open SeanROlszewski opened this issue 6 years ago • 0 comments

Right now, Muter as a limitation that requires there to be spaces around operators so it can mutate them. The story is supposed to add a step that eliminates this limitation.

We can probably use swiftlint to do some very basic formatting of code Muter is operating on after it copies it to a temporary directory, but before it begins doing any file or mutation operator discovery.

SeanROlszewski avatar Jan 19 '19 17:01 SeanROlszewski