-
-
Notifications
You must be signed in to change notification settings - Fork 723
Introduce ["all"] scope for nogo
#4277
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
base: master
Are you sure you want to change the base?
Conversation
6d30e40 to
f5a8014
Compare
|
@fionera Could you give this a try as well? I'm not sure how usable it is though, the first nogo finding is: How are you dealing with this amount of warnings in basic deps? |
|
@fmeum Works fine, except that our excludes are not working anymore and I only just noticed. 😄 Because of the new naming of bzlmod didn't appear as issue before this patch. Since you asked how we are dealing with them, we have a fairly big exception list https://github.com/monogon-dev/monogon/blob/main/build/analysis/BUILD.bazel Is there motivation to replace the bzlmod repo name with the actual go dependency name for these? Or is that not really possible because of the way the excludes work? |
|
Have you tried the |
|
That would exclude them completely. I only want to exclude them from specific nogo analyzers. |
|
Could you file a separate issue for that? We probably do need to change how we identify files in the nogo config |
|
Opened #4284 for it |
|
Any plans on merging this? |
What type of PR is this?
Feature
What does this PR do? Why is it needed?
Which issues(s) does this PR fix?
Work towards #4241
Other notes for review