Skip to content

Commit 339a96e

Browse files
committed
mockery settings update
1 parent c71df3c commit 339a96e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.mockery.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://vektra.github.io/mockery/latest/configuration/
2-
2+
disable-version-string: true
33
exclude: [vendor]
44
with-expecter: true
55
filename: mock_{{ .InterfaceName | snakecase }}_test.go
@@ -10,10 +10,8 @@ inpackage: true
1010
resolve-type-alias: false
1111
issue-845-fix: true # https://vektra.github.io/mockery/v2.49/deprecations/#issue-845-fix
1212

13-
1413
packages:
1514
github.com/moukoublen/goboilerplate:
1615
config:
1716
all: true
1817
recursive: true
19-

internal/httpx/mock_http_client_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/mock_daemon_config_option_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)