TomasVotruba / unused-public

Find Unused Public Elements in Your Code
https://tomasvotruba.com/blog/can-phpstan-find-dead-public-methods/
MIT License
151 stars 12 forks source link

Support per folder config #133

Open williamdes opened 1 week ago

williamdes commented 1 week ago

With Laravel I get a lot of false positives on scopes and properties I would like to be able to skip folders or have rules per folder

TomasVotruba commented 1 week ago

Can you share failing test case, so I can see what you mean?