'make lint' now directly prints errors instead of only logging them to logfiles.
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