wpt.fyi icon indicating copy to clipboard operation
wpt.fyi copied to clipboard

Fix staticcheck lint issues (golangci-lint)

Open LeonardYam opened this issue 1 year ago • 0 comments

staticcheck is a linter that detects various bugs and issues for Go. The full list of checks can be found here.

Any lint issues related to staticcheck can be found by searching for // nolint:staticcheck

Related issue: https://github.com/web-platform-tests/wpt.fyi/issues/2984

LeonardYam avatar Jun 20 '23 12:06 LeonardYam