checkstyle cli
v0.7.1
A command-line tool for checkstyle.
See requirements documentation.
The minimum JRE version required depends on runtime of checkstyle.
See quickstart documentation.
$ pip install checkstyle-cliAdd this to your .pre-commit-config.yaml
repos:
- repo: https://github.com/junghoon-vans/checkstyle-cli
rev: v0.7.1
hooks:
- id: checkstyle
MIT License