Skip to content

Commit 138715c

Browse files
committed
fix trunk to not format the autogenerated files
1 parent 9c6373c commit 138715c

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lint:
2424
- linters: [ALL]
2525
paths:
2626
- contrib/**
27-
- "*.pb.go"
27+
- protos/pb/pb.pb.go
2828
enabled:
2929
3030

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ require (
2828
github.com/golang-jwt/jwt/v5 v5.2.1
2929
github.com/golang/geo v0.0.0-20230421003525-6adc56603217
3030
github.com/golang/glog v1.2.4
31-
github.com/golang/protobuf v1.5.4
3231
github.com/golang/snappy v0.0.4
3332
github.com/google/codesearch v1.2.0
3433
github.com/google/go-cmp v0.6.0
@@ -98,6 +97,7 @@ require (
9897
github.com/go-logr/stdr v1.2.2 // indirect
9998
github.com/gogo/protobuf v1.3.2 // indirect
10099
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
100+
github.com/golang/protobuf v1.5.4 // indirect
101101
github.com/google/flatbuffers v25.1.24+incompatible // indirect
102102
github.com/google/pprof v0.0.0-20250128161936-077ca0a936bf // indirect
103103
github.com/hashicorp/errwrap v1.1.0 // indirect

protos/pb/pb.pb.go

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)