phpro / grumphp

A PHP code-quality tool
MIT License
4.11k stars 430 forks source link

[BUG?] Return empty trace for phpmd task #1031

Closed palakaccorin closed 1 year ago

palakaccorin commented 1 year ago
Q A
Version 1.13.0
Bug? yes
New feature? no
Question? no
Documentation? no
Related tickets comma-separated list of related tickets

My configuration

# grumphp.yml
    phpmd:
      ruleset: ['./dev/tests/static/testsuite/Magento/Test/Php/_files/phpmd/ruleset.xml']
      triggered_by: [ 'php' ]
      exclude: ['dev','vendor','generated','var','lib','update','bin','pub','setup','.docker','phpserver','scripts','docker']
      metadata:
        priority: 900

Steps to reproduce:

./vendor/bin/grumphp run

Result: image

veewee commented 1 year ago

Thanks for reporting @palakaccorin. I cannot reproduce with current information.

Can you provide some additional info?

Would it be possible to provide a repository that produces the isolated issue without the other tasks?

veewee commented 1 year ago

Closing this one because of inactivity If the issue still persists - feel free to reopen and provide some additional context.