Skip to content

Commit

Permalink
updating mockery config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobbrewer1 committed Oct 4, 2024
1 parent 05c8ec7 commit 90abd60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
all: true
inpackage: true
recursive: true
exclude: vendor
2 changes: 1 addition & 1 deletion gen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package patcher

//go:generate go run -mod=mod github.com/vektra/mockery/v2 --inpackage --all --recursive
//go:generate go run -mod=mod github.com/vektra/mockery/v2

0 comments on commit 90abd60

Please sign in to comment.