Skip to content

Commit

Permalink
[chore] disable gosec checks that cause performance issues (#10210)
Browse files Browse the repository at this point in the history
Same as
open-telemetry/opentelemetry-collector-contrib#33192

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten authored May 23, 2024
1 parent a8580db commit 6f5d43f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ linters-settings:
files:
- "!**/*_test.go"

gosec:
excludes:
# https://github.com/open-telemetry/opentelemetry-collector/issues/10213
- G601
# https://github.com/open-telemetry/opentelemetry-collector/issues/10213
- G113

linters:
enable:
- depguard
Expand Down

0 comments on commit 6f5d43f

Please sign in to comment.