web-platform-tests / wpt.fyi

web-platform-tests dashboard
https://wpt.fyi/
Other
183 stars 88 forks source link

Temporary workaround for Linter err #3837

Closed KyleJu closed 3 months ago

KyleJu commented 3 months ago

https://github.com/golangci/golangci-lint/issues/4733. Fix linter failures temporarily

KyleJu commented 3 months ago

I changed the line from nolint:ireturn to nolint:all. I suspect that the definition of ireturn has changed in golangci-lint 1.58.2

KyleJu commented 3 months ago

Offline discussions: I will try pinning the version and see if that fixes it