Skip to content
Snippets Groups Projects
Verified Commit eff4eecd authored by Christian Dreher's avatar Christian Dreher
Browse files

chore: Restore file tree skeleton

parent 3e344c22
No related branches found
No related tags found
1 merge request!484Enable apt caching, clean up pylint job
Pipeline #7718 passed
......@@ -34,6 +34,8 @@ pylint:
stage: lint
before_script:
- pip install pylint pylint-pytest pylint-gitlab anybadge
- mkdir -p public/badges public/lint
- echo undefined > public/badges/$CI_JOB_NAME.score
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