File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1600,6 +1600,8 @@ linters:
16001600 - findcall
16011601 # Report assembly that clobbers the frame pointer before saving it.
16021602 - framepointer
1603+ # Check format of addresses passed to net.Dial.
1604+ - hostport
16031605 # Report using Go 1.22 enhanced ServeMux patterns in older Go versions.
16041606 - httpmux
16051607 # Check for mistakes using HTTP responses.
@@ -1683,6 +1685,7 @@ linters:
16831685 - fieldalignment
16841686 - findcall
16851687 - framepointer
1688+ - hostport
16861689 - httpmux
16871690 - httpresponse
16881691 - ifaceassert
Original file line number Diff line number Diff line change 539539 " fieldalignment" ,
540540 " findcall" ,
541541 " framepointer" ,
542+ " hostport" ,
542543 " httpmux" ,
543544 " httpresponse" ,
544545 " ifaceassert" ,
You can’t perform that action at this time.
0 commit comments