Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1 KB

README.md

File metadata and controls

38 lines (26 loc) · 1 KB

godolint-coatl

GitHub Release Downloads

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.

Installation

pip install godolint-coatl

Usage

After installation, the godolint binary should be available in your environment (or godolint.exe on Windows).

As a pre-commit hook

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