Skip to content

Commit

Permalink
chore: disable mockery version string (#415)
Browse files Browse the repository at this point in the history
* chore: lowercase bools
  • Loading branch information
tessig authored Jul 18, 2024
1 parent cd8f56a commit e26c5f0
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
9 changes: 5 additions & 4 deletions .mockery.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
inpackage: False
testonly: False
with-expecter: True
keeptree: True
inpackage: false
testonly: false
with-expecter: true
keeptree: true
disable-version-string: true
2 changes: 1 addition & 1 deletion core/security/application/mocks/security_service.go

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

2 changes: 1 addition & 1 deletion core/security/application/role/mocks/provider.go

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

2 changes: 1 addition & 1 deletion core/security/application/role/mocks/service.go

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

2 changes: 1 addition & 1 deletion core/security/application/voter/mocks/security_voter.go

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

2 changes: 1 addition & 1 deletion core/security/domain/mocks/permission_set.go

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

2 changes: 1 addition & 1 deletion core/security/domain/mocks/role.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.

0 comments on commit e26c5f0

Please sign in to comment.