Code linting stage in pipeline is relatively slow

The lint_code job in the pipeline for this project takes about 5 minutes to run consistently. This seems an awful long time for linting, compared to other linters which are often faster than unit tests.

The other jobs in the Test stage of the pipeline finish before, so the pipeline waits for linting to complete before it can move on to creating images and running QA tests.

Examples