Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid scanning dependencies for annotations #102

Open
victornicolet opened this issue Oct 28, 2024 · 1 comment
Open

Avoid scanning dependencies for annotations #102

victornicolet opened this issue Oct 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@victornicolet
Copy link
Contributor

Code annotations are loaded by scanning the syntax of all packages, including dependencies but standard library excluded. This may cause problems if the dependencies contain annotations that conflict with the annotations of the code to be analyzed. We need to find a way to exclude all or some dependencies.

However, this is likely not a problem early on. Users can also define analysis problems with unique tags to avoid any conflict with dependencies' annotations.

Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants