Skip to content

Commit d33e96d

Browse files
authored
Remove unnecessary exclude rule (open-telemetry#1766)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
1 parent a4dfd41 commit d33e96d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.golangci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ issues:
118118
- path: opencensus_test.go
119119
linters:
120120
- unused
121-
# Exclude some staticcheck messages
122-
- linters:
123-
- staticcheck
124-
# See https://github.com/golang/protobuf/issues/1077
125-
text: "SA1019:"
126121
- path: receiver/otlpreceiver/marshal_jsonpb\.go
127122
linters:
128123
- gocritic

0 commit comments

Comments
 (0)