John Vandenberg
John Vandenberg
https://github.com/coala/coala/issues/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.
I've created https://gitlab.com/coala/package_manager/issues/13 for MavenRequirement.
You may need to do a quick PR like https://github.com/coala/coala-bears/pull/1300 , to bring in the latest coala, or you could include a commit like that in your PR for this...
#1369 didnt solve this.
There is a choco package for this https://chocolatey.org/packages/vale
To debug I changes ``` except (OSError, subprocess.CalledProcessError): return ('The `alex` package could not be verified. ' + incorrect_pkg_msg) ``` to be ``` except (OSError, subprocess.CalledProcessError) as e: return ('The...
https://github.com/coala/coala/pull/3560 is merged. This bear can now proceed.
There is a choco package for this https://chocolatey.org/packages/vale