Skip to content

Commit

Permalink
Remove unneeded lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
acwest committed Sep 27, 2024
1 parent 93a9116 commit 4bd5a57
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,5 @@ issues:
- path: "(.+)_test.go"
linters:
- gosec
- path: "internal/go-vcr.v3"
linters:
- unused
- gofmt
- staticcheck
- revive
- godot
- whitespace
- goimports
- gosimple
- errcheck
- unconvert
- gocritic
- gosec
- gocyclo
exclude:
- "should have a package comment"

0 comments on commit 4bd5a57

Please sign in to comment.