Version: 1.0.0.RC6-4
In my config I'm using failFast: true and do not specify build section at all. Nevertheless, I see the following message in console:
[Deprecation] - 'warningThreshold' and 'failThreshold' properties are deprecated. Please use the new 'maxIssues' config property.
Is that intended?
That's probably working as intended since the default configuration is used in conjunction with failFast and there the warningThreshold and failThreshold are defined.
Are there any reason to keep deprecated properties in default configuration?
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topics.
Most helpful comment
Are there any reason to keep deprecated properties in default configuration?