Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Run linters
uses: golangci/golangci-lint-action@v9
with:
version: v2.11.4
# Floor for go 1.27 callers: a linter built with an older Go can't load the config.
version: v2.13.2
args: --timeout=6m
working-directory: _caller
test:
Expand Down
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ linters:
settings:
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
gocritic:
enabled-checks:
- ruleguard
Expand Down