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-coatlAfter 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.2.1
hooks:
- id: godolint