Skip to content

Commit

Permalink
chore: add golangci-lint pre-commit hook (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Mar 29, 2023
1 parent e5a2c9a commit 0b2cb46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
repos:
- repo: https://github.com/tekwizely/pre-commit-golang
rev: v1.0.0-rc.1
hooks:
- id: golangci-lint

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
Expand Down

0 comments on commit 0b2cb46

Please sign in to comment.