vralfy / phpcsmd

Netbeans plugin to report code measurements generated by phpcs, phpmd, phpcpd and pdepend as Tasks and Annotations
27 stars 6 forks source link

phpmd "--exclude" option will not work when checking one file #33

Closed fonsecas72 closed 3 years ago

fonsecas72 commented 11 years ago

this behaviour is due to phpmd itself that will ignore the --exclude when you put only one file to the test

e.g.:

Take a look at: https://github.com/phpmd/phpmd/issues/102 that I open recently (I don't really think that they will fix that)