Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-21 | Add a buildifier fixer for Bazel files (#3499) | Jon Parise | |
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. |