Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Ignore FalseValue on certbot handler as a false positive - since we'r…
Browse files Browse the repository at this point in the history
…e using file_get_contents, it's really hard to test a false value
  • Loading branch information
Luis Pabon committed Jan 2, 2019
1 parent a344fa6 commit 928e96c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"mutators": {
"@default": true,
"IdenticalEqual": false,
"NotIdenticalNotEqual": false
"NotIdenticalNotEqual": false,
"FalseValue": {
"ignore": [
"PhpDockerIo\\KongCertbot\\Certbot\\Handler::acquireCertificate"
]
}
}
}

0 comments on commit 928e96c

Please sign in to comment.