1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

These classes of mutations would be caught be static analysis

Infection doesn't support running Psalm, so removing
the mutations is next best solution.
This commit is contained in:
Aidan Woods 2019-02-11 00:42:19 +00:00
parent d8d483bd6a
commit 69f6754c4d
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -9,6 +9,10 @@
"text": "infection.log"
},
"mutators": {
"@default": true
"@default": true,
"@cast": false,
"This": false,
"FunctionCall": false,
"NewObject": false
}
}