Support subdomains #206
Annotations
10 errors and 1 warning
internal/client/http_test.go#L46
non-canonical header "FOO", instead use: "Foo" (canonicalheader)
|
internal/client/http_test.go#L128
const "key" used as a key at http.Header, but "x-some-key" is not canonical, want "X-Some-Key" (canonicalheader)
|
internal/client/http_test.go#L139
const "key" used as a key at http.Header, but "x-some-key" is not canonical, want "X-Some-Key" (canonicalheader)
|
internal/crawler/config.go#L63
File is not `gofmt`-ed with `-s` (gofmt)
|
internal/crawler/util.go#L75
`if a.Host != b.Host` has complex nested blocks (complexity: 6) (nestif)
|
internal/crawler/util.go#L76
File is not `gofmt`-ed with `-s` (gofmt)
|
internal/crawler/util.go#L81
naked return in func `canCrawl` with 43 lines of code (nakedret)
|
internal/crawler/util.go#L83
assignments should only be cuddled with other assignments (wsl)
|
internal/crawler/util.go#L84
only one cuddle assignment allowed before for statement (wsl)
|
internal/crawler/util.go#L88
naked return in func `canCrawl` with 43 lines of code (nakedret)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading