7 lines
218 B
YAML
7 lines
218 B
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
repos:
|
|
- repo: https://github.com/golangci/golangci-lint
|
|
rev: v1.42.0
|
|
hooks:
|
|
- id: golangci-lint
|