Skip to content
Snippets Groups Projects
Unverified Commit 2cf80bb5 authored by Oliver Smith's avatar Oliver Smith
Browse files

gitlab-ci: remove 'allow_failure: true' (MR 2327)

Now that it is all passing, let's keep it that way!
parent 18fa4e58
No related branches found
No related tags found
1 merge request!2327Enable the UP family of lints
Pipeline #190958 passed
......@@ -44,7 +44,6 @@ pytest:
ruff:
stage: lint
allow_failure: true
script:
- ".ci/ruff.sh"
......@@ -55,7 +54,6 @@ shellcheck:
vermin:
stage: lint
allow_failure: true
script:
- ".ci/vermin.sh"
......@@ -72,7 +70,6 @@ mr-settings:
mypy:
stage: lint
allow_failure: true
script:
- ".ci/mypy.sh"
......
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