pre-commit-java icon indicating copy to clipboard operation
pre-commit-java copied to clipboard

A collection of git hooks for Java to be used with the pre-commit framework.

Results 1 pre-commit-java issues
Sort by recently updated
recently updated
newest added

With the example given in the readme of: ``` - id: cpd args: ["--minimum-tokens", "50"] ``` I get the following output: ``` pre-commit run -a cpd -vv cpd......................................................................Passed - hook...