uber-go / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
1.81k stars 103 forks source link

Add --write_command_comment=false option #153

Closed sodul closed 4 months ago

sodul commented 4 months ago

The invocation command can be user specific, especially if absolute paths are used for the destination. This in turn can cause very large needless diffs that will create lots of source control noise and be distracting in PRs.

To remove these command comments simply pass --write_command_comment=false on the CLI. The default behavior is maintained.

Fixes #104.

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.