Skip to content
Snippets Groups Projects
Commit 40553c71 authored by Felipe Delestro Matos's avatar Felipe Delestro Matos
Browse files

added pylint threshold

parent c5ee0c4d
No related branches found
No related tags found
No related merge requests found
Pipeline #17518 failed
......@@ -10,6 +10,6 @@ run_tests:
script:
- echo "Running unit pytest..."
- find -name "*.py" -type f -print0 | xargs -0 pylint
- find -name "*.py" -type f -print0 | xargs -0 pylint --fail-under=8.0
- python3 -m pytest -v
- echo "Done!"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment