periphery icon indicating copy to clipboard operation
periphery copied to clipboard

A tool to identify unused code in Swift projects.

Results 132 periphery issues
Sort by recently updated
recently updated
newest added

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...

question

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...

``` extension Foo {} ```

enhancement

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...

enhancement

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...

enhancement

* 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...