Skip to content

Commit c3a3160

Browse files
author
Alex Boten
authored
[ci] disable G112 to unblock CI (#5700)
Disabling G112 until #5699 has been addressed.
1 parent 0509360 commit c3a3160

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ issues:
134134
- text: "G402:"
135135
linters:
136136
- gosec
137+
# https://github.com/open-telemetry/opentelemetry-collector/issues/5699
138+
- text: "G112:"
139+
linters:
140+
- gosec
137141

138142
# The list of ids of default excludes to include or disable. By default it's empty.
139143
# See the list of default excludes here https://golangci-lint.run/usage/configuration.

0 commit comments

Comments
 (0)