Skip to content

Commit 1f39bb9

Browse files
committed
chore: fix url case
1 parent 283b66d commit 1f39bb9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require (
6969
github.com/ldez/gomoddirectives v0.5.0
7070
github.com/ldez/grignotin v0.6.0
7171
github.com/ldez/tagliatelle v0.6.0
72-
github.com/ldez/usetesting v0.2.1
72+
github.com/ldez/usetesting v0.2.2
7373
github.com/leonklingele/grouper v1.1.2
7474
github.com/macabu/inamedparam v0.1.3
7575
github.com/maratori/testableexamples v1.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/lint/lintersdb/builder_linter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
161161
WithSince("v1.58.0").
162162
WithPresets(linter.PresetStyle).
163163
WithLoadForGoAnalysis().
164-
WithURL("https://github.com/lasiar/canonicalHeader"),
164+
WithURL("https://github.com/lasiar/canonicalheader"),
165165

166166
linter.NewConfig(containedctx.New()).
167167
WithSince("v1.44.0").

0 commit comments

Comments
 (0)