Skip to content

Commit f0ae195

Browse files
committed
Remove unused golangci-lint config
This config isn't needed because we're the code doesn't fail the linter check. The config is however preventing golangci-lint from being upgraded because this does not pass the schema validation. Signed-off-by: Joe Adams <github@joeadams.io>
1 parent fc9f42c commit f0ae195

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ issues:
1111
- errcheck
1212

1313
linters-settings:
14-
errcheck:
15-
exclude-functions: scripts/errcheck_excludes.txt
1614
revive:
1715
rules:
1816
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#unused-parameter

scripts/errcheck_excludes.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)