Add optional flag for ignoring vendor
directory
#129
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently,
gci
formats files stored invendor
directory. With vendoring enabled in a repository, it requiresgci
to be executed for example withfind
which is not suitable:I suggest to add another feature flag, similar to
--skip-generated
to natively ignore vendor directories:--skip-vendor
.The text was updated successfully, but these errors were encountered: