From 72c90fe7599debacfdbad474e4d954547b9132a6 Mon Sep 17 00:00:00 2001 From: Ran Vaknin Date: Mon, 19 Sep 2022 14:08:48 -0700 Subject: [PATCH] updated linting ignore --- .golangci.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.toml b/.golangci.toml index 75e338858d4..8792d0ca6b1 100644 --- a/.golangci.toml +++ b/.golangci.toml @@ -6,7 +6,7 @@ modules-download-mode = "readonly" allow-parallel-runners = true skip-dirs = ["internal/repotools"] skip-dirs-use-default = true - +skip-files = ["service/transcribestreaming/eventstream_test.go"] [output] format = "github-actions"