Kaydet (Commit) c3ebb1c8 authored tarafından Batuhan Osman TASKAYA's avatar Batuhan Osman TASKAYA

update flake8 tests

üst e60426dd
...@@ -20,8 +20,7 @@ pipeline { ...@@ -20,8 +20,7 @@ pipeline {
steps { steps {
sh """. .venv/bin/activate sh """. .venv/bin/activate
flake8 --max-complexity 7 --output-file --ignore E501 flake8_results.txt darwcss/ || true flake8 --max-complexity 7 --output-file --ignore E501 flake8_results.txt darwcss/ || true
flake8_junit flake8_results.txt test_flake8.xml [ -f flake8_results.txt ] && flake8_junit flake8_results.txt test_flake8.xml;rm flake8_results.txt || true
rm flake8_results.txt
""" """
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment