-
Notifications
You must be signed in to change notification settings - Fork 580
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
phpmd error message change breaking CI #2943
Comments
coala/coala#5722 was the feature request |
We could introduce a "temporarily disabled tests" to de-select individual tests which are failing. |
Yup that works; the failing test isnt needed for coverage. |
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Aug 4, 2019
Custom rules in tox.ini are migrated into get_tests.py so that they can be dynamically collated together. Disable phpmd test test_cleancode_violation, as it is currently failing due to a minor text change in the error emitted by the linter. Related to coala#2943 Related to coala#1476
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Aug 5, 2019
Custom rules in tox.ini are migrated into get_tests.py so that they can be dynamically collated together. Disable phpmd test test_cleancode_violation, as it is currently failing due to a minor text change in the error emitted by the linter. Related to coala#2943 Related to coala#1476
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Aug 6, 2019
Disable PHPMessDetectorBearTest test test_cleancode_violation, as it is currently failing due to a minor text change in the error emitted by the linter. Related to coala#2943
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Aug 6, 2019
Disable PHPMessDetectorBearTest test test_cleancode_violation, as it is currently failing due to a minor text change in the error emitted by the linter. Related to coala#2943
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://ci.appveyor.com/project/jayvdb/coala-bears/builds/26448422/job/rlaneuwxk1i4lfwc#L1526
We had an issue in coala core to allow regex in our tests, to allow more flexibility for cases like that.
Probably worth doing that now, if not already nearly done, rather than trying to version check phpmd and expect different strings for different versions.
The text was updated successfully, but these errors were encountered: