From 6520cfa754a68d5822891a86af9d6e8dcbb047bc Mon Sep 17 00:00:00 2001 From: borzechof99 <borzechof99@mi.fu-berlin.de> Date: Sun, 23 May 2021 17:03:54 +0000 Subject: [PATCH] Update .gitlab-ci.yml to test ignore --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62063a5..257e3fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ pylint: - echo undefined > public/badges/$CI_JOB_NAME.score - pip install pylint-gitlab - pip install -r requirements.txt - - pylint --disable=line-too-long + - pylint --ignore=course_scraper.py, test_course_scraper.py script: - pylint --exit-zero --output-format=text $(find -type f -name "*.py" ! -path "**/.venv/**") | tee /tmp/pylint.txt - sed -n 's/^Your code has been rated at \([-0-9.]*\)\/.*/\1/p' /tmp/pylint.txt > public/badges/$CI_JOB_NAME.score -- GitLab