Ian Leitch

Results 159 comments of Ian Leitch

Your index store is likely out-of-date compared to the local source files. I don't have any experience with Sonar, so I'm unable to help further. Maybe the author of https://github.com/insideapp-oss/sonar-apple...

Is this project public? If not, are you able to create a sample project that demonstrates the issue?

I believe this issue was resolved in the 16.0 final release.

@bazel-io skip_check unstable_url

Do you have another reproduction? I'm unable to reproduce using the test case implemented in https://github.com/peripheryapp/periphery/commit/97bdfe17a52d7a3bdb7173939060e963e19ce744

> For instance, I only want to use the tool to remove outdated files that are no longer referenced. Periphery doesn't identify unused files but the things declared within them....

I've implemented this in https://github.com/peripheryapp/periphery/pull/817 as I took a slightly different approach, but thanks for the contribution all the same!

Thanks for trying out the beta. I think the issue is the non-conditional use of `build-for-testing`. I likely need to bring back some 2.x logic.

It appears the issue is that your project contains 2 unused test targets without any sources. Deleting them fixes the issue.

As noted by @Xopoko, this should be resolved in the 3.0 beta.