You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the result of several discussions from #253:
Goals
Standardize & enforce imports across the codebase
Enforce the same import rules across local development & CI for all users
Make it easy/trivial for any developer to adopt the same import linting rules & practices
Deliverables
Select the type golang import rules / tool / server we'll be using (e.g. gofmt, goimport, etc...)
Update the CI to block/enforce the selected styling
Update make go_imports to use the select tool
Document (or link to) how developers can configure their development environments to enable the selected tool on their machines (e.g. JetBrains, neovim, vscode, etc...)
Non-goals / Non-deliverables
Document all possible IDE configurations (just the ones you're using)
Objective
Standardize & enforce imports across the codebase
Origin Document
This is the result of several discussions from #253:
Goals
Deliverables
gofmt
,goimport
, etc...)make go_imports
to use the select toolNon-goals / Non-deliverables
Creator: @Olshansk
Co-Owners: @bryanchriswhite @h5law
The text was updated successfully, but these errors were encountered: