bazel-contrib / bazel-contrib/rules_go
nogo: exclude_files requires hardcoding external bzlmod paths
Open
- Dominant language
- Go
- Stars
- 1.5k
- Forks
- 760
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 12
Description
Before bzlmod the config would have simple `external/` entries. With bzlmod these would require the full path, e.g. `external/gazelle~~go_deps~`. This would be bad practice as these path are not stable.
Contributor guide
Research direction
Review the existing nogo exclude_files configuration and its behavior under bzlmod, using the external/ and external/gazelle~~go_deps~ examples. Confirm the expected stable path form and verify that dependencies can be excluded without hardcoding unstable bzlmod paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100