-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/tools/cmd/goimports: add configuration mechanism for ignore list #16386
Comments
Please make an unified mechanism. Then other src-scanning tools could also use it. |
@pi, which other ones? Who should I talk to? Does one already exist? |
godoc for example;
And I doubt you should talk to anyone. You boss ;) |
CL https://golang.org/cl/24971 mentions this issue. |
@bradfitz the other src tool that I use quite a bit is gorename.. It maybe takes about a minute to run it and it spews out errors about C code which isn't used by any Go code at all.. I'll guess that the answer of which source tool needs speed improvements differ depending on who uses what often. Btw, It's probably better to have separate ignore files per tool for flexibility, one can always use symlinks to use a single file if the format is the same. (and... thanks for the very much speedier goimports) |
Per the golang-nuts thread (https://groups.google.com/forum/#!msg/golang-nuts/in9IVmPc_fQ/BO4wzOylCAAJ), goimports should have a configuration mechanism to permit designated ignored directories.
The text was updated successfully, but these errors were encountered: