Skip to content

flake8_atlas: add option to return with error code

Frank Winklmeier requested to merge fwinkl/atlasexternals:flake8_error into master

By popular demand:

If the FLAKE8_ATLAS_ERROR environment variable is set, return with the flake8 error code. Can e.g. be used in local builds to stop on errors.

cc @dguest @tadej

Merge request reports