-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Option to accept list of files #8
Comments
@sp71 Is that not provided by default by goimports? How do you ususally do that if you run the binary locally? |
It's not a default behavior but should be since proto, vendor, etc should be ignored. I created a custom Dockerfile and shell script so it would be much quicker on any CI. It will be great if you can incorporate this behavior into your own script. Otherwise, the current solution with your image is to spin up the docker image every time for every file. Dockerfile
lint_go.sh
|
any solutions? |
I proposed #11. Can you try if this fixes the problem? |
Another tool that offers functionality |
Been a few years with no progress so closing out issue |
DESCRIPTION
REQUEST
WORKAROUND
docker run
on each file is much slower with this workaroundThe text was updated successfully, but these errors were encountered: