This framework interacts poorly with go mod vendor. When asked to scan the first party project code, it makes the mistake of scanning vendor/ as well.
Please clarify how to exclude file/folder patterns in the CLI tool.
And please exclude vendor directories by default, as other Go tools do.
This framework interacts poorly with
go mod vendor. When asked to scan the first party project code, it makes the mistake of scanningvendor/as well.$ go-mutesting ./...Please clarify how to exclude file/folder patterns in the CLI tool.
And please exclude
vendordirectories by default, as other Go tools do.