Skip to content

Commit

Permalink
Remove diff patch step
Browse files Browse the repository at this point in the history
  • Loading branch information
sjberman committed Oct 20, 2023
1 parent b3b37f7 commit 983b080
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ repos:
types:
- javascript

- repo: local
hooks:
- id: golang-diff
name: create-go-diff
entry: bash -c 'git diff -p origin/main > /tmp/diff.patch'
language: system
types: [go]
pass_filenames: false

- repo: https://github.com/golangci/golangci-lint
rev: v1.55.0
hooks:
Expand Down

0 comments on commit 983b080

Please sign in to comment.