From 3fe2f14a048a1d9e4a94a4149ee2ac946be4be60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20L=C3=B3pez=20de=20la=20Franca=20Beltran?= <5459617+joanlopez@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:25:59 +0200 Subject: [PATCH] Drop old linter setting (GRPC's reflection) (#3769) --- .golangci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index b8b20f5c6b5..7690d16f48a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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'