diff --git a/.github/workflows/phpmd.yml b/.github/workflows/phpmd.yml index 4dce123..6ff693f 100644 --- a/.github/workflows/phpmd.yml +++ b/.github/workflows/phpmd.yml @@ -49,5 +49,5 @@ jobs: run: php ./compiler.php - 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