Lucas-C / pre-commit-hooks-go

Some pre-commit hooks written in Go language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ ⚠️ Use the hook provided by checkmake, as the checkmake hook in this repo is no longer maintained.

pre-commit-hooks-go

Useful pre-commit hooks written in Go language.

Currently it only includes mrtazz Makefile linter.

Requires that you have go installed.

Usage

-   repo: https://github.com/Lucas-C/pre-commit-hooks-go
    rev: v1.0.1
    hooks:
    -   id: checkmake

Development

checkmake.go is simply a copy of cmd/checkmake/main.go in https://github.com/mrtazz/checkmake.

To update it:

curl https://raw.githubusercontent.com/mrtazz/checkmake/master/cmd/checkmake/main.go -o checkmake.go

About

Some pre-commit hooks written in Go language

License:MIT License


Languages

Language:Go 97.5%Language:Makefile 2.5%