-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
We are using gci as part of golangci-lint. Ever since version 0.3.0, we have been getting errors where previous versions have worked.
This error seems like it's expecting everything to import from github.com, however we use zap which comes from go.uber.org.
Expected 'i', Found 'o'
"go.uber.org/zap"
We also get this, which seems to be related to using aliases
Expected '"', Found 'l'
log "github.com/sirupsen/logrus"
This version also seems to not like blank lines between our third party libraries and internal imports.
Expected '\t', Found '\n'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed