Skip to content

'make lint' now directly prints errors instead of only logging them to logfiles.

Daniel Scheffler requested to merge enhancement/improve_linter into master

This lets your test_styles CI job directly print linting errors instead of only logging them. I implemented this in all my packages now to make the cause of a failing test_styles job directly visible in the CI output. By far, you had to download the job artifacts or run the job locally.

Signed-off-by: Daniel Scheffler danschef@gfz-potsdam.de

Merge request reports