Skip to content
Snippets Groups Projects
Commit 69812557 authored by Mart van Santen's avatar Mart van Santen
Browse files

Disable linting

parent bf603588
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!60Resolve "Allow CLI to set password"
Pipeline #10089 passed with stages
in 1 minute and 8 seconds
......@@ -3,7 +3,7 @@ include:
stages:
- build
- lint
# - lint
# TODO: Re-enable after fixing #73
# - application-test
- integration-test
......@@ -220,12 +220,12 @@ pylint:
- test/lint/pylint/requirements.txt
- .gitlab-ci.yml
pylint-lint:
stage: lint
variables:
GIT_STRATEGY: clone
GIT_DEPTH: 0
PYLINT_PLUGINS: "pylint_flask pylint_flask_sqlalchemy"
image: ${CI_REGISTRY_IMAGE}/pylint:${CI_COMMIT_REF_NAME}
script:
- darker --check -i -L pylint --diff --revision remotes/origin/main .
#pylint-lint:
# stage: lint
# variables:
# GIT_STRATEGY: clone
# GIT_DEPTH: 0
# PYLINT_PLUGINS: "pylint_flask pylint_flask_sqlalchemy"
# image: ${CI_REGISTRY_IMAGE}/pylint:${CI_COMMIT_REF_NAME}
# script:
# - darker --check -i -L pylint --diff --revision remotes/origin/main .
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