Skip to content

Commit 9f8ea75

Browse files
authored
chore: bump golangci-lint (#2580)
1 parent b8d98ca commit 9f8ea75

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.golangci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# https://golangci-lint.run/jsonschema/golangci.jsonschema.json
1+
# yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json
22
version: "2"
33
linters:
4+
default: none
45
enable:
56
- bodyclose
67
- errcheck
@@ -11,9 +12,11 @@ linters:
1112
- sloglint
1213
- staticcheck
1314
- unconvert
14-
- unparam
15-
- unused
15+
# FIXME: re-enable following linters
16+
#- unparam
17+
#- unused
1618
- whitespace
19+
#- wsl
1720
settings:
1821
misspell:
1922
locale: US

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)