Skip to content

Commit

Permalink
Remove accidentally tripled pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
l50 committed Jun 25, 2024
1 parent 9993697 commit df5eae6
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ repos:
language: script
files: go.mod

- id: go-vet
name: Run go vet
language: script
entry: .hooks/go-vet.sh
files: '\.go$'
always_run: true
pass_filenames: true
require_serial: true
log_file: /tmp/go-vet.log

- id: go-unit-tests
name: Go unit tests
language: script
Expand All @@ -59,16 +49,6 @@ repos:
language: script
entry: .hooks/go-licenses.sh check_forbidden

- id: go-vet
name: Run go vet
language: script
entry: .hooks/go-vet.sh
files: '\.go$'
always_run: true
pass_filenames: true
require_serial: true
log_file: /tmp/go-vet.log

- id: go-copyright
name: Ensure all go files have the copyright header
language: script
Expand Down

0 comments on commit df5eae6

Please sign in to comment.