Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply buildifier to existing files #1090

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

yukawa
Copy link
Collaborator

@yukawa yukawa commented Oct 19, 2024

Description

Before we start applying lint checks for BUILD.bazel and *.bzl files in GitHub Actions, this commit aims to fix existing lint errors by actually applying buildifier locally.

This is just a style fix in build files. There must be no observable behavior change in artifacts.

Issue IDs

Steps to test new behaviors (if any)

A clear and concise description about how to verify new behaviors (if any).

  • OS: Windows
  • Steps:
    1. git clone https://github.com/google/mozc.git
    2. go install github.com/bazelbuild/buildtools/buildifier@latest
    3. buildifier --mode=diff -r .

Before we start applying lint checks for BUILD.bazel and *.bzl files in
GitHub Actions (google#1089), this commit aims to fix existing lint errors by
actually applying 'buildifier' [1] locally.

This is just a style fix in build files. There must be no observable
behavior change in artifacts.

 [1]: https://github.com/bazelbuild/buildtools/
@hiroyuki-komatsu hiroyuki-komatsu merged commit 20b02d2 into google:master Oct 22, 2024
1 check passed
@hiroyuki-komatsu
Copy link
Collaborator

We have merged your PR.
Thank you for the contribution!

@yukawa yukawa deleted the issue_1089_step1 branch October 31, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants