Explorar o código

chore: disable lint on generated protobuf file

Shelikhoo %!s(int64=3) %!d(string=hai) anos
pai
achega
6fcdf998f1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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