From 6a95e9701b7d84eb4f6b26544f15cba8ab4e4c02 Mon Sep 17 00:00:00 2001 From: Kent Ross Date: Mon, 18 Mar 2024 15:56:18 -0700 Subject: [PATCH] fix golangci-lint config --- .golangci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 20e8500..bb4eb0f 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -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