A python wrapper to provide a pip-installable godolint binary. Inspired by shellcheck-py.
Internally this package provides a convenient way to download the pre-built godolint binary for your particular platform.
pip install godolint-coatl
After installation, the godolint
binary should be available in your
environment (or godolint.exe
on Windows).
See pre-commit for instructions
Sample .pre-commit-config.yaml
:
- repo: https://github.com/coatl-dev/godolint-coatl
rev: 1.0.3
hooks:
- id: godolint