Skip to content
Snippets Groups Projects
Commit af01275e authored by Duncan Macleod's avatar Duncan Macleod
Browse files

Merge branch 'ci-flake8-exit-code' into 'master'

Don't fail flake8 on lint

See merge request !77
parents a822cba0 d95721de
No related branches found
No related tags found
1 merge request!77Don't fail flake8 on lint
Pipeline #568496 passed
......@@ -24,6 +24,11 @@ flake8:
# https://computing.docs.ligo.org/gitlab-ci-templates/python/#.python:flake8
- .python:flake8
needs: []
variables:
# don't fail the pipeline because of linting issues,
# these are presented in the code-quality box in the
# merge_request UI
FLAKE8_OPTIONS: "--exit-zero"
# -- dependency scanning ----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment