Skip to content

Commit

Permalink
Drop old linter setting (GRPC's reflection) (#3769)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez authored Jun 5, 2024
1 parent 93649df commit 3fe2f14
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ issues:
- path: js\/modules\/k6\/http\/.*_test\.go
linters:
# k6/http module's tests are quite complex because they often have several nested levels.
# The module is in maintainance mode, so we don't intend to port the tests to a parallel version.
# The module is in maintenance mode, so we don't intend to port the tests to a parallel version.
- paralleltest
- tparallel
- linters:
- staticcheck # Tracked in https://github.com/grafana/xk6-grpc/issues/14
text: "The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated."
- linters:
- forbidigo
text: 'use of `os\.(SyscallError|Signal|Interrupt)` forbidden'
Expand Down

0 comments on commit 3fe2f14

Please sign in to comment.