The task is to fix all the cspell, upgrade status and phpstan issues that can be found in the recent pipelines - https://git.drupalcode.org/project/linkchecker/-/pipelines
Issue fork linkchecker-3465025
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
quadrexdevComment #4
quadrexdev1) We'll allow failing for such jobs as phpstan, cspell, and upgrade status so it won't prevent us from further dev release updates.
@todo - revert it once this issue is fixed.
2) Still, some tests failed within the PHPUnit job so it should be fixed too.
Comment #5
quadrexdevAlright, the tests are fixed. Remaining stuff:
a) cspell issues
b) eslint issues
c) phpstan issues
d) upgrade status issues
e) revert allow_failure for the cspell, eslint, phpstan, upgrade status so it should be equal to false
Comment #12
quadrexdevAlright, everything seems to be resolved.
Thanks @eiriksm for reviewing the merge request!
Comment #14
liam morlandI suggest tagging 2.0.1 with just the fixes for this issue. That would allow people using 2.0.0 to run the same code but without the errors about creation of dynamic property.