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
add a helper script which reads the sort ordering expectation
from our .golangci.yml (source of truth) and automatically
constructs the recommended command line to run to conform.
Also add Makefile targets to make the usage trivial:
```
$ make sort-imports
```
Depends on python3 and gci: https://github.com/daixiang0/gci
Signed-off-by: Francesco Romani <[email protected]>
0 commit comments