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: 5 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ linters:
- legacy
- std-error-handling
rules:
# WithContext boilerplate pushes these near-duplicate upstream files
# over the dupl threshold; excluded here to avoid hand-editing them.
- path: oem/smc/(ikvm|memoryhealthcomp)\.go
linters:
- dupl
- path: (.+)\.go$
text: declaration of "(err|ctx)" shadows declaration at
- path: (.+)\.go$
Expand Down