Skip to content

Commit 539a443

Browse files
committed
fix(golangci-lint-v2): disable golines reformat-tags to prevent struct tag misalignment
1 parent 993f868 commit 539a443

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/sggolangcilintv2/golangci.yml.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ formatters:
278278
extra-rules: true
279279
golines:
280280
max-len: 120
281+
reformat-tags: false
281282

282283
exclusions:
283284
generated: lax

0 commit comments

Comments
 (0)