TomasVotruba / class-leak

Find leaking classes that you never use... and get rid of them.
https://tomasvotruba.com/blog/how-to-avoid-maintaining-classes-you-dont-use
MIT License
75 stars 6 forks source link

[Question] Parameter to ignore directories #32

Closed mimmi20 closed 7 months ago

mimmi20 commented 7 months ago

Our projects have the following structure

module
  <module>
    config
    src
    tests
    view
    ...

Is there a parameter to exclude the tests directories?

TomasVotruba commented 7 months ago

Not at the moment. Tests directories can contain classes that are not used, so they should be included.