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:
1600
1600
- findcall
1601
1601
# Report assembly that clobbers the frame pointer before saving it.
1602
1602
- framepointer
1603
+ # Check format of addresses passed to net.Dial.
1604
+ - hostport
1603
1605
# Report using Go 1.22 enhanced ServeMux patterns in older Go versions.
1604
1606
- httpmux
1605
1607
# Check for mistakes using HTTP responses.
@@ -1683,6 +1685,7 @@ linters:
1683
1685
- fieldalignment
1684
1686
- findcall
1685
1687
- framepointer
1688
+ - hostport
1686
1689
- httpmux
1687
1690
- httpresponse
1688
1691
- ifaceassert
Original file line number Diff line number Diff line change 539
539
" fieldalignment" ,
540
540
" findcall" ,
541
541
" framepointer" ,
542
+ " hostport" ,
542
543
" httpmux" ,
543
544
" httpresponse" ,
544
545
" ifaceassert" ,
You can’t perform that action at this time.
0 commit comments