Skip to content

Commit

Permalink
Adjusted README.md whitespace and indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Sep 13, 2023
1 parent 6709998 commit 6ec3de6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Expand Up @@ -6,13 +6,14 @@ are valid mutations, or if they do not respect the type signature of your
program. If the mutation would result in a type error, it is "killed".

TL;DR:
- This will improve your mutation score, since mutations which result in
type errors become killed.
- This is very hacky, and replaces `vendor/bin/infection` essentially.
Please read the `Stability` section below first for details.
- This is currently much slower than running infection by itself.
There are ideas/suggestions to improve this in the future.


- This will improve your mutation score, since mutations which result in
type errors become killed.
- This is very hacky, and replaces `vendor/bin/infection` essentially.
Please read the `Stability` section below first for details.
- This is currently much slower than running infection by itself.
There are ideas/suggestions to improve this in the future.

## Usage

The current design of this tool requires you to run `vendor/bin/roave-infection-static-analysis-plugin`
Expand Down

0 comments on commit 6ec3de6

Please sign in to comment.