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

buildifier_test does not complain when passix fix as a mode #1226

Open
limdor opened this issue Jan 1, 2024 · 0 comments
Open

buildifier_test does not complain when passix fix as a mode #1226

limdor opened this issue Jan 1, 2024 · 0 comments

Comments

@limdor
Copy link
Contributor

limdor commented Jan 1, 2024

When passing fix to the lint_mode or mode to buildifier_test, Bazel does not complain.
This is not nice from a user point of view.

buildifier_test(
    name = "buildifier",
    size = "small",
    timeout = "short",
    lint_mode = "fix",
    mode = "fix",
    no_sandbox = True,
    workspace = "//:WORKSPACE",
)

I tried with buildtools 6.4.0 and Bazel 7.0.0

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

No branches or pull requests

1 participant