Skip to content

Commit

Permalink
Ignore operator mutations in assert
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Sep 5, 2024
1 parent 281b29c commit a0ec809
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
"assert\\(.*"
]
},
"GreaterThan": {
"ignoreSourceCodeByRegex": [
"assert\\(.*"
]
},
"GreaterThanNegotiation": {
"ignoreSourceCodeByRegex": [
"assert\\(.*"
]
},
"CastInt": {
"ignoreSourceCodeByRegex": [
"\\$index = \\(int\\) \\$matches\\[1\\] - 1;$"
Expand Down

0 comments on commit a0ec809

Please sign in to comment.