sandhje / vscode-phpmd

VSCode PHP Mess Detector extension
MIT License
15 stars 4 forks source link

Add ability to ignore files/folders #38

Open drmonkeyninja opened 6 years ago

drmonkeyninja commented 6 years ago

It would be really useful to be able to add an array of glob patterns to the settings so that phpmd would ignore those files and folders. For example, I don't want it checking for issues in my vendor folder as these are packages I've installed via Composer.

qkdreyer commented 6 years ago

+1

ghost commented 4 years ago

Is their any progress on this?

sandhje commented 4 years ago

I expect it to be in the next release. Just to manage expectations here, the next release will probably be somewhere at the end of the summer of 2020.

finn-matti commented 3 years ago

@sandhje Any news on this? Would love to exclude the vendor folder…

Alternatively: What needs to be done? Maybe a PR would be possible?