Skip to content

ci: allow linting failures

Lucas Stach requested to merge lynxeye/piglit:allow-linting-fail into main

codespell has some false positives that may prevent otherwise correct code to be merged. Allow the linting stage to fail, which still shows a warning on the pipeline run, so legitimate failures shouldn't get unnoticed.

Merge request reports