You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @petethepig, thank you and sorry for the late reply! The issue got completely lost in my feed.
I will see if I can find a solution for it.
The problem I currently see is that Revive can only check complete files. If there are errors in the changed file that were not caused by the particular commit, they will still be caught.
Cool project!
We've started using
revive-action
at Pyroscope and one of the issues we've ran into is that github has a limit of 10 annotations max.This means for most of our PRs it's going to show annotations for lines that were not changed in the PR, and so it's less useful.
It would be cool if
revive-action
could remove the lines that are not relevant for the current PR, this way getting around this github limitation.Thanks!
The text was updated successfully, but these errors were encountered: