We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As logging is very important to our application, I would like to override avoidCallsTo and set it to empty.
avoidCallsTo
So I tried to configure the plugin as follows:
<configuration> <avoidCallsTo/> </configuration>
Unfortunately is was without any effect. The only effective way to 'empty' it was to fill it with a non-existing package like this:
<configuration> <avoidCallsTo> <avoidCallsTo>These.Element.Must.Be.Present</avoidCallsTo> </avoidCallsTo> </configuration>
It would be nice, if the first variant shown also would work.
P.S.: Thank you for bringing PIT to us. P.P.S.: I am using PIT 1.16.3
The text was updated successfully, but these errors were encountered:
@obfischer If you want to execute mutations for logging frameworks then you can just set the feature FLOGCALL to disabled check here.
<features> <feature>-flogcall</feature> </features>
Sorry, something went wrong.
No branches or pull requests
As logging is very important to our application, I would like to override
avoidCallsTo
and set it to empty.So I tried to configure the plugin as follows:
Unfortunately is was without any effect. The only effective way to 'empty' it was to fill it with a non-existing package like this:
It would be nice, if the first variant shown also would work.
P.S.: Thank you for bringing PIT to us.
P.P.S.: I am using PIT 1.16.3
The text was updated successfully, but these errors were encountered: