unused-code / unused

A tool to identify potentially unused code.
https://unused.codes
MIT License
283 stars 11 forks source link

Convert all uses of path_starts_with with path_contains #13

Closed joshuaclayton closed 4 years ago

joshuaclayton commented 4 years ago

What?

This updates path checking with default configuration to match paths that contain certain structures rather than explicitly begin with structures.

This is meant to allow for consistent path checking without enforcing the path actually match from the beginning. This comes up most frequently where monoliths actually contain multiple applications within them.