Skip to content

Commit 3f99855

Browse files
committed
Update config for golangci
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent 7e5a320 commit 3f99855

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.golangci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ run:
66
- require_docker
77

88
output:
9-
format: line-number
9+
formats:
10+
- format: line-number
1011

1112
linters:
1213
enable:
@@ -17,6 +18,6 @@ linters:
1718

1819
linters-settings:
1920
errcheck:
20-
exclude: .errcheck-exclude
21+
exclude-functions: []
2122
goimports:
2223
local-prefixes: "github.com/cortexproject/cortex-tools"

0 commit comments

Comments
 (0)