From 6fcdf998f1983708e3c73c66d11644bc33faeaa0 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Tue, 6 Sep 2022 20:53:17 +0100 Subject: [PATCH] chore: disable lint on generated protobuf file --- .github/linters/.golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/linters/.golangci.yml b/.github/linters/.golangci.yml index 056d47a69..e64ed5e37 100644 --- a/.github/linters/.golangci.yml +++ b/.github/linters/.golangci.yml @@ -2,6 +2,7 @@ run: timeout: 5m skip-files: - generated.* + - .pb.go issues: new: true