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
cmd-repo-mod.bash will find all directories with a Go module except those that match */vendor/*; however, there are times when I need it to ignore more patterns then this.
For the moment, I have forked the repo and just hard-coded a workaround, but it would be really useful if that script would respect exclude or have some other mechanic to pass in a list of patterns.
The text was updated successfully, but these errors were encountered:
spkane
changed the title
Use exclude or another method to cause cmd-repo-mod.bash to ignore additional directories
Use exclude or another method to cause cmd-repo-mod.bash to ignore certain directories
Oct 19, 2023
cmd-repo-mod.bash
will find all directories with a Go module except those that match*/vendor/*
; however, there are times when I need it to ignore more patterns then this.For the moment, I have forked the repo and just hard-coded a workaround, but it would be really useful if that script would respect
exclude
or have some other mechanic to pass in a list of patterns.The text was updated successfully, but these errors were encountered: