Skip to content

Commit

Permalink
remove exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Jul 31, 2024
1 parent 353750f commit d1bdd09
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,28 +118,3 @@ linters-settings:
simple: true # enables simple preallocation checks
range-loops: true # enabled preallocation checks in range loops
for-loops: false # disables preallocation checks in for loops

issues:
exclude-rules:
- path: _test\.go
linters:
- cyclop
- dupl
- errcheck
- gochecknoglobals
- gochecknoinits
- goconst
- mnd
- noctx
- linters:
- gosec
text: "math/rand"
path: _test\.go
- linters:
- gosec
text: "TLS InsecureSkipVerify set true"
path: _test\.go
- linters:
- gosec
text: "G108: Profiling endpoint is automatically exposed on /debug/pprof"
path: _test\.go

0 comments on commit d1bdd09

Please sign in to comment.