Selaa lähdekoodia

chore: disable lint on generated protobuf file

Shelikhoo 3 vuotta sitten
vanhempi
commit
6fcdf998f1
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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