Skip to content

Commit

Permalink
fix golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
mumbleskates committed Mar 18, 2024
1 parent 20f87d1 commit 6a95e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ linters:
- exportloopref
linters-settings:
goimports:
local-prefixes: "github.com/wandb/parallel"
local-prefixes: "github.com/wandb/simplejsonext"
gci:
sections:
- standard
- default
- prefix(github.com/wandb/parallel)
- prefix(github.com/wandb/simplejsonext)
- blank
- dot
custom-order: true
Expand Down

0 comments on commit 6a95e97

Please sign in to comment.