Skip to content

Always exit with code 0 from flake8

This MR patches the syntax CI job config to pass the --exit-zero option to flake8 so that the job only fails if flake8 crashes, not if it finds lint. Lint will be reported in the code quality widget on the merge request.

Merge request reports