Browse Source

chore: disable lint on generated protobuf file

Shelikhoo 3 years ago
parent
commit
6fcdf998f1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/linters/.golangci.yml

+ 1 - 0
.github/linters/.golangci.yml

@@ -2,6 +2,7 @@ run:
   timeout: 5m
   skip-files:
     - generated.*
+    - .pb.go
 
 issues:
   new: true