Explorar el Código

chore: disable lint on generated protobuf file

Shelikhoo hace 3 años
padre
commit
6fcdf998f1
Se han modificado 1 ficheros con 1 adiciones y 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