Skip to content
Snippets Groups Projects
Commit 11db548f authored by Corné Lukken's avatar Corné Lukken
Browse files

Remove allow_failure from gitlab linting rules

parent 580d8d07
No related branches found
No related tags found
No related merge requests found
Pipeline #44515 passed with warnings
...@@ -38,13 +38,11 @@ run_black: ...@@ -38,13 +38,11 @@ run_black:
stage: lint stage: lint
script: script:
- tox -e black - tox -e black
allow_failure: true
run_flake8: run_flake8:
stage: lint stage: lint
script: script:
- tox -e pep8 - tox -e pep8
allow_failure: true
run_pylint: run_pylint:
stage: lint stage: lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment