gyermolenko / pre-commit-hooks-go

Some pre-commit hooks written in Go language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    sha: v1.0.0
    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%