Update .gitea/workflows/sonar.yml
All checks were successful
Sonar / ci (push) Successful in 1m1s

This commit is contained in:
2026-04-17 18:25:48 +00:00
parent 518014149e
commit 096c72f0d2

View File

@@ -41,7 +41,7 @@ jobs:
- name: Lint
run: |
uv run pylint --recursive=yes --output-format=parseable --output=lintreport.txt app/ tests/
uv run pylint --exit-zero --recursive=yes --output-format=parseable --output=lintreport.txt app/ tests/
cat lintreport.txt
- name: Unit Test