jguttman94 / pre-commit-gradle

Some custom gradle hooks for pre-commit.
MIT License
16 stars 7 forks source link

pre-commit-gradle

Some custom gradle hooks for pre-commit.

See also: https://github.com/pre-commit/pre-commit-hooks

Using pre-commit-gradle with pre-commit

Add this to your .pre-commit-config.yaml

-   repo: https://github.com/jguttman94/pre-commit-gradle
    rev: v0.2.1  # Use the ref you want to point at
    hooks:
    -   id: gradle-check
    # -   id: ...

Hooks available