You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
problem
currently, only ignore non .go files and _test.go files
suppose i have _mock file inside the same folder, said mock will pollute the the whole graph
how to reproduce
generate mock file inside target folder / sub folder
proposed solution
option to ignore file by name, eg. ^.+mock$
or
option to ignore generated files
or
ability to ignore folders
The text was updated successfully, but these errors were encountered:
problem
currently, only ignore non
.go
files and_test.go
filessuppose i have
_mock
file inside the same folder, said mock will pollute the the whole graphhow to reproduce
generate mock file inside target folder / sub folder
proposed solution
^.+mock$
or
generated
filesor
The text was updated successfully, but these errors were encountered: