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.21k
stars
382
forks
source link
refactor: remove file reference from ruleRecord #1869
What type of PR is this?
refactor
What package or component does this PR mostly affect?
all
What does this PR do? Why is it needed?
Minor cleanup, also working toward making
ruleRecord
being serializable.