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
When running checkers, I would like to exclude generated classes. However, our generated classes use the same package structure and names as the remaining, hand-written, code.
Enhancement Request:
I would like to be able to exclude generated classes by their directory, e.g. -skipDirs=".*target\generated-sources\.*"
When running checkers, I would like to exclude generated classes. However, our generated classes use the same package structure and names as the remaining, hand-written, code.
Enhancement Request:
I would like to be able to exclude generated classes by their directory, e.g.
-skipDirs=".*target\generated-sources\.*"
Thias issue relates to:
https://stackoverflow.com/questions/76662206/excluding-nullnesschecker-by-directory-not-package
The text was updated successfully, but these errors were encountered: