mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-10 06:21:53 +08:00
Add a buildifier fixer for Bazel files (#3499)
This fixer enables buildifier's formatting and "lint fix" modes. Additional options can be provided via `bazel_buildifier_options`. It also implements some basic logic for guessing the file's type. buildifier itself usually does this based on the filenames provided on the command line, but because we're piping our buffer via stdin, we need to do this manually.
This commit is contained in:
0
test/command_callback/bazel_paths/BUILD
Normal file
0
test/command_callback/bazel_paths/BUILD
Normal file
0
test/command_callback/bazel_paths/WORKSPACE
Normal file
0
test/command_callback/bazel_paths/WORKSPACE
Normal file
0
test/command_callback/bazel_paths/defs.bzl
Normal file
0
test/command_callback/bazel_paths/defs.bzl
Normal file
Reference in New Issue
Block a user