Skip to content

Commit ac9a75e

Browse files
committed
ci: update deprecated golangci-lint config
Fixes: ``` WARN [config_reader] The configuration option `linters.errcheck.exclude` is deprecated, please use `linters.errcheck.exclude-functions`. ``` Signed-off-by: TJ Hoplock <[email protected]>
1 parent 6ef7ed2 commit ac9a75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ issues:
1212

1313
linters-settings:
1414
errcheck:
15-
exclude: scripts/errcheck_excludes.txt
15+
exclude-functions: scripts/errcheck_excludes.txt
1616
revive:
1717
rules:
1818
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#unused-parameter

0 commit comments

Comments
 (0)