-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
At the moment phpmd and copy paste detector is always run but the output is ignored #67
Comments
+1 to everything, but on the fence about phpmd not running by default. Would it run by default eventually? e.g. once we get more agressive with code quality? Or will it always never run unless added to config? Are there more pros to not running it at all vs running it in some sort of "inspect mode but passing?" |
it sounds good on paper but I suspect it is universally ignored. So we commit to fixing it, and then fix it, then turn it on, or we don't If and when we turn md on then I think we will want to have a few vars to tune how sensitive it is |
Okay I'm convinced. This would also make the checks simpler in line with point 3 mentioned in the main description. |
+1 for triggering an error if one of the checks fails, but should be off by default. |
Proposing:
Similar example
045196d
The text was updated successfully, but these errors were encountered: