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

fix phpmd

This commit is contained in:
Dmytro Novash
2024-08-12 18:38:39 +03:00
parent cd6a887688
commit ae59a35b6f

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 --exclude './src/includes/*' run: phpmd ./src github cleancode,design,unusedcode --exclude './src/includes/*'
continue-on-error: true continue-on-error: true