diff --git a/.golangci.yml b/.golangci.yml index c10e571dbed..01702fdd710 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -134,6 +134,10 @@ issues: - text: "G402:" linters: - gosec + # https://github.com/open-telemetry/opentelemetry-collector/issues/5699 + - text: "G112:" + linters: + - gosec # The list of ids of default excludes to include or disable. By default it's empty. # See the list of default excludes here https://golangci-lint.run/usage/configuration.