-
The `gazelle` plugin for `rules_python` as of now has no active maintainer and I would like to create this issue to attract attention. There are a few big users of the plugin and as we prepare for a `…
-
### What is the current behavior?
The documentation for setting up the Kotlin gazelle plugin is a bit sparse. I can't tell how to compile it into a custom gazelle binary from a bzlmod project.
#…
-
TL;DR: I _think_ we need to bump go-tree-sitter for python 3.12 support.
# 🐞 bug report
### Affected Rule
Gazelle
### Is this a regression?
I could argue it either way, lol. I'm goi…
-
Running the Spider-gazelle [TechEmpower benchmark](https://github.com/TechEmpower/FrameworkBenchmarks/) currently fails.
I'm not sure if this is a miss configuration or a bug.
Updating all dependenc…
-
The `go_deps` extension has a mechanism for having different default arguments for the underlying `go_repository` command. Currently there are overrides for `build_directives`, `build_extra_args`, and…
-
We have a monorepo that has hundreds of crates in it. Using current crate_universe rules is painful in different ways:
- [crates_repository](https://bazelbuild.github.io/rules_rust/crate_universe.h…
-
Could we please implement The Way to input to coordinates into the Gazelle module. it's a very basic Navigation system.
-
It it feasible to customize the behavior of gazelle when generating local BUILD files?
In our project we define different "layers" which are reflected in the folder structure on disk. So for exampl…
-
# 🚀 feature request
### Relevant Rules
+ gazelle
### Description
Sometimes a python code base uses relative imports:
```python
from .baz import Baz
from .same_package_other_module imp…
-
### What version of gazelle are you using?
0.40.0
### What version of rules_go are you using?
0.50.1
### What version of Bazel are you using?
7.4.1
### Does this issue reproduce …