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

Update .gitlab-ci.yml

parent 6520cfa7
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ pylint:
- echo undefined > public/badges/$CI_JOB_NAME.score
- pip install pylint-gitlab
- pip install -r requirements.txt
- pylint --ignore=course_scraper.py, test_course_scraper.py
- pylint --ignore=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
......
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