peripheryapp / periphery

A tool to identify unused code in Swift projects.
MIT License
5.26k stars 193 forks source link

Change the type of path in Configuration setter #789

Closed rofle100lvl closed 3 months ago

rofle100lvl commented 3 months ago

The type of path parameter in ScanCommand was changed from String to FilePath, but setter in configuration wasn't, because of that it is impossible to load project via --path argument

rofle100lvl commented 3 months ago

Maybe, its good idea to write test on that @ileitch

ileitch commented 3 months ago

Absolutely! Some high-level integration tests are needed, but I've not prioritized them yet.