Skip to content

Commit

Permalink
golangci: enable context key type check
Browse files Browse the repository at this point in the history
This reverts 36558f1
Fixes #362
  • Loading branch information
Choraden committed Aug 29, 2023
1 parent 6061b8e commit 9346c38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ issues:
- "missing cases in switch of type Scheme: TunnelScheme"
- "shadow of imported from 'github.com/saucelabs/forwarder/log' package 'log'"
- "string `https?` has \\d+ occurrences"
- "context-keys-type: should not use basic type string as key in context.WithValue"
- "SA1029: should not use built-in type string as key for value; define your own type to avoid collisions"
- "importShadow: shadow of imported package 'url'"
- "commentedOutCode: may want to remove commented-out code"
exclude-rules:
Expand Down

0 comments on commit 9346c38

Please sign in to comment.