Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ linters:
exhaustive:
default-signifies-exhaustive: true
goconst:
# goconst v1.9.0 reports literals inside composite literals; these hold the prior signal.
ignore-map-keys: true
min-occurrences: 6
# goconst v1.9.0 reports literals inside composite literals. Call is the upstream default; keep it.
exclude-types: [Call, CompositeLit]
gocritic:
enabled-checks:
- ruleguard
Expand Down