Skip to content

Commit 2448b5b

Browse files
committed
fix: run formatters on generated files to add imports
1 parent 47ba862 commit 2448b5b

4 files changed

Lines changed: 14590 additions & 14072 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ formatters:
2424
golines:
2525
max-len: 100
2626
shorten-comments: true
27+
exclusions:
28+
generated: disable
2729

2830
run:
2931
timeout: 5m

0 commit comments

Comments
 (0)