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
testVersion
In #187 (comment) it was identified that we should likely not be setting the testVersion value by default as it cannot be updated.
The <config name="testVersion" value="7.1-" /> should also be project based as it is near impossible to overrule otherwise.
<config name="testVersion" value="7.1-" />
We should look at removing this for 1.0.0 with the other ruleset-default breaking changes.
The text was updated successfully, but these errors were encountered:
Related upstream issue: squizlabs/PHP_CodeSniffer#2197
Sorry, something went wrong.
Cross-referencing #186, and this suggests that we remove the minimum in our base HM standards (as it cannot easily be overridden).
Successfully merging a pull request may close this issue.
In #187 (comment) it was identified that we should likely not be setting the
testVersion
value by default as it cannot be updated.We should look at removing this for 1.0.0 with the other ruleset-default breaking changes.
The text was updated successfully, but these errors were encountered: