1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-09 01:26:32 +02:00

phpmd --ignore-violations-on-exit

This commit is contained in:
Dmytro Novash
2024-08-12 18:43:34 +03:00
parent ae59a35b6f
commit 71fc6d7cfa

View File

@@ -49,5 +49,5 @@ jobs:
run: php ./compiler.php run: php ./compiler.php
- name: Run PHPMD - name: Run PHPMD
run: phpmd ./src github cleancode,design,unusedcode --exclude './src/includes/*' run: phpmd ./src github cleancode,design,unusedcode --exclude './src/includes/*' --ignore-violations-on-exit
continue-on-error: true continue-on-error: true