-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chore: fix formatting #927
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
Conversation
@xenfo is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/vercel/turbo-site/CVC3wavBwtyMBh5wBWQamHXVyyqA |
@xenfo what formatting setup are you using? Some of these match the output from what I'm using ( |
@gsoltis can we follow uber's style guide and use their suggest golint in ci? https://github.com/uber-go/guide/blob/master/.golangci.yml and https://github.com/uber-go/guide/blob/master/style.md#linting |
@gsoltis I'm using the format bellow. import (
// Native imports
// Turbo imports
// Third party imports
) |
@xenfo I think @jaredpalmer's suggestion is the best way to tackle this. I'm going to suggest that we close this in favor of an issue to properly set up CI to enforce these things: #934 |
Does it allow for import sorting? |
It defers to |
Alright |
No description provided.