You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gotosocial/internal/httpclient
Markus Unterwaditzer a48cce82b9
[chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420)
* [chore] Bump tooling versions, bump go -> v1.23.0

* undo silly change

* sign

* bump go version in go.mod

* allow overflow in imaging

* goreleaser deprecation notices

* [chore] Upgrade golangci-lint, ignore existing int overflow warnings

There is a new lint for unchecked int casts. Integer overflows are bad,
but the old code that triggers this lint seems to be perfectly fine.
Instead of disabling the lint entirely for new code as well, grandfather
in existing code.

* fix golangci-lint documentation link

* revert unrelated changes

* revert another unrelated change

* get rid of remaining nolint:gosec

* swagger updates

* apply review feedback

* fix wrong formatting specifier thing

* fix the linter for real

---------

Co-authored-by: tobi <tobi.smethurst@protonmail.com>
2 months ago
..
client.go [chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420) 2 months ago
client_test.go [feature] support processing of (many) more media types (#3090) 6 months ago
request.go [chore] use string formatting package agnostic way of printing request attempts ptr (#3371) 3 months ago
sanitizer.go [feature] enable + document explicit IP dialer allowing/denying (#1950) 1 year ago
sanitizer_test.go [feature] enable + document explicit IP dialer allowing/denying (#1950) 1 year ago
transport.go [feature] add worker task serialization logic (#2989) 6 months ago
validate.go [performance] massively improved ActivityPub delivery worker efficiency (#2812) 9 months ago