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
Being able to specify paths ignored by gomockhandler could be useful.
For example, one of my projects has a vendor folder where code from an external repository is being stored. In that folder, there are mock files. Those are not managed by gomockhandler and therefore, gomockhandler check complains about it. Given that those files come from outside of my project, I don't think having gomockhandler managing them would be a good idea.
The text was updated successfully, but these errors were encountered:
Being able to specify paths ignored by
gomockhandler
could be useful.For example, one of my projects has a
vendor
folder where code from an external repository is being stored. In that folder, there are mock files. Those are not managed bygomockhandler
and therefore,gomockhandler check
complains about it. Given that those files come from outside of my project, I don't think havinggomockhandler
managing them would be a good idea.The text was updated successfully, but these errors were encountered: