Skip to content

Commit

Permalink
[ci] disable G112 to unblock CI (open-telemetry#5700)
Browse files Browse the repository at this point in the history
Disabling G112 until open-telemetry#5699 has been addressed.
  • Loading branch information
Alex Boten authored Jul 18, 2022
1 parent 0509360 commit c3a3160
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c3a3160

Please sign in to comment.