golangci-lint/.pre-commit-hooks.yaml
Aneesh Agrawal e72fe0540d Add .pre-commit-hooks.yaml
This file will allow using golangci-lint with https://pre-commit.com.
2018-12-22 10:37:11 +03:00

8 lines
169 B
YAML

- id: golangci-lint
name: golangci-lint
description: Fast linters runner for Go.
entry: golangci-lint run
types: [go]
language: golang
pass_filenames: false