bazel-contrib / bazel-gazelle

Gazelle is a Bazel build file generator for Bazel projects. It natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets.
Apache License 2.0
1.19k stars 378 forks source link

refactor: simplify walk configuration, func signatures #1932

Open jbedard opened 3 weeks ago

jbedard commented 3 weeks ago

What type of PR is this?

Other

What package or component does this PR mostly affect?

all

What does this PR do? Why is it needed?

Minor refactoring which will make further improvements easier.