Skip to content

Warchant/pre-commit-buildifier

Repository files navigation

pre-commit-buildifier

pre-commit hook which automatically downloads buildifier and runs it.

Example:

repos:
-   repo: https://github.com/warchant/pre-commit-buildifier
    rev: 0.1.5
    hooks:
    -   id: buildifier

run with specific buildifier version and args:

repos:
-   repo: https://github.com/warchant/pre-commit-buildifier
    rev: 0.1.5
    hooks:
    -   id: buildifier
        args: [--version, "v8.0.3", --mode=fix]

About

pre-commit hook to automatically download buildifier and run it

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages