Skip to content

Commit

Permalink
cleanup deprecation warnings in mockery config (#33480)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux authored Feb 12, 2025
1 parent bc8f8e6 commit 988c895
Show file tree
Hide file tree
Showing 11 changed files with 2,637 additions and 17 deletions.
4 changes: 3 additions & 1 deletion .mockery.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
with-expecter: false
with-expecter: true
dir: "{{.InterfaceDir}}/mocks"
outpkg: "mocks"
mockname: "{{.InterfaceName}}"
filename: "{{.InterfaceNameSnake}}.go"
issue-845-fix: true
resolve-type-alias: false

packages:
# security agent
Expand Down
45 changes: 45 additions & 0 deletions pkg/eventmonitor/proto/api/mocks/event_monitoring_module_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 988c895

Please sign in to comment.