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

fix: overwrite attribute values when not mergeable #1952

Open jbedard opened 5 days ago

jbedard commented 5 days ago

What type of PR is this?

Uncomment one line below and remove others.

Bug fix Feature Documentation Other

What package or component does this PR mostly affect?

For example:

language/go cmd/gazelle go_repository all

What does this PR do? Why is it needed?

Which issues(s) does this PR fix?

Fixes #

Other notes for review