Skip to content

Commit 11d1c8f

Browse files
committed
Update config for golangci
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent 93edae0 commit 11d1c8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.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)