hakamairi

Results 2 comments of hakamairi

Hit the same, using master dehydrated from 12.02 and same from cloudflare hook. Refetching both fixed the issue.

My current workaround. phpmd.sh script: `orig=$1` `parsed=${orig//[^a-zA-Z0-9_-]/}` `vendor/bin/phpmd $orig xml phpmd.xml --suffixes php --reportfile reports/phpmd/$parsed.xml --exclude $2 --ignore-violations-on-exit` `unset orig` `unset parsed` The call: `echo -n \"$pathsComaSeparated\" | xargs -I{}...