Fix linting config

This commit is contained in:
2025-11-10 16:36:09 +01:00
parent 21f25bd31e
commit fb6c1039ca
3 changed files with 5 additions and 5 deletions

View File

@@ -25,4 +25,4 @@ jobs:
run: curl -L -o checkstyle.jar https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.12.1/checkstyle-10.12.1-all.jar
- name: Run Checkstyle
run: |
java -jar checkstyle.jar -c /google_checks.xml app/src/main/java/com/project/back_end || true
java -jar checkstyle.jar -c /google_checks.xml SmartClinicManagementSystem/app/src/main/java/com/project/back_end || true