Replies: 1 comment
-
That's not something quite doable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that custom_lint can only visit code within the scope of each file. That means we can easily create a lint rule to check for unused private classes by using
addClassDeclaration
but it is difficult to check unused public classes. Is there a way to visit the entire source code?. I plan to do this:Thank you.
Beta Was this translation helpful? Give feedback.
All reactions