Skip to content

Commit

Permalink
πŸ”„ Synced file(s) with devnw/shared (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby authored Nov 21, 2021
1 parent 56f11a8 commit 6f59c78
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ repos:
entry: detect-secrets-hook
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/golangci/golangci-lint
rev: v1.42.1
rev: v1.43.0
hooks:
- id: golangci-lint
- id: golangci-lint
- repo: git://github.com/Bahjat/pre-commit-golang
rev: c3086eea8af86847dbdff2e46b85a5fe3c9d9656
hooks:
- id: go-unit-tests
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-json
- id: check-added-large-files
- id: pretty-format-json
- id: check-merge-conflict
- id: check-yaml

0 comments on commit 6f59c78

Please sign in to comment.