Skip to content
Snippets Groups Projects
Commit 01a18628 authored by borzechof99's avatar borzechof99 :whale2:
Browse files

Update .gitlab-ci.yml to test Error Disabling

parent f2ed0f9e
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +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
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
......
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