Skip to content

Commit 1c8f7df

Browse files
committed
chore: update doc
1 parent 8433052 commit 1c8f7df

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.golangci.next.reference.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

jsonschema/golangci.next.jsonschema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@
539539
"fieldalignment",
540540
"findcall",
541541
"framepointer",
542+
"hostport",
542543
"httpmux",
543544
"httpresponse",
544545
"ifaceassert",

0 commit comments

Comments
 (0)