Create config for Mockery #5569
Labels
good first issue
Good for beginners
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
When running
make generate-mocks
, mockery tool complains that it will require a config file in the next major version. We should migrate now to a config file instead of giving instructions via CLI flags.11 Jun 24 19:56 UTC WRN DEPRECATION: use of the packages config will be the only way to generate mocks in v3. Please migrate your config to use the packages feature. dry-run=false migration=https://vektra.github.io/mockery/v2.42/migrating_to_packages/ url=https://vektra.github.io/mockery/v2.42/features/#packages-configuration version=v2.42.3
We seem to have a lot of other packages for which we probably just generated mocks manually once. We need to include them into config too:
The text was updated successfully, but these errors were encountered: