periphery
periphery copied to clipboard
A tool to identify unused code in Swift projects.
We've been using Periphery in our project for a while now, both in Xcode and on CI. Although we've encountered some issues previously (including this one), we've thus far been...
As somebody brought up a while ago in [this discussion](https://github.com/peripheryapp/periphery/discussions/311), I've long felt it would be great to be able to highlight code that is more public than it ought...
This is simply a suggestion to add support for Xcode Build Plugins for periphery, allowing us to quickly and easily install periphery and run it without having to create a...
I would like to be able to detect uses of `open`, where the class is not being subclassed outside its defining module, or the property or function is not being...
* Can `UnusedParameterParser` be folded into `MultiplexingSyntaxVisitor`?
The purpose of this pull request is to extract SourceGraph from PeripheryKit in separate module. The reason why I want to do it is - it's easier to maintain the...
Hello @manicmaniac, first of all, great job ! I'm trying the baseline feature but I don't understand how it works. I generate my baseline like this: ```bash periphery scan --project...