bazelbuild / buildtools

A bazel BUILD file formatter and editor
Apache License 2.0
994 stars 410 forks source link

Output whether a warning is auto-fixable #1233

Closed tgeng closed 5 months ago

tgeng commented 5 months ago

This PR adds a new field, autoFixable, to the diagnostics output by buildifier. It's true if the issue in quesiton can automatically be fixed by buildifier.

This is useful for our internal linter framework, which orchestrates linter calls and provide unified view of linter issues to developers.

tgeng commented 5 months ago

Will there be a new release including this soon?