Skip to content

Commit

Permalink
remove pre-commit hooks for go
Browse files Browse the repository at this point in the history
  • Loading branch information
hangxie committed Sep 28, 2023
1 parent 4fcbbc6 commit ccd3eef
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,3 @@ repos:
- id: no-commit-to-branch
- id: pretty-format-json
args: [--no-sort-keys]
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.1
hooks:
- id: go-fmt
- id: go-imports
- id: go-cyclo
args: [-over=15]
- id: no-go-testing
- id: golangci-lint
- id: go-unit-tests
- id: go-build
- id: go-mod-tidy

0 comments on commit ccd3eef

Please sign in to comment.