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

Fix nestif lint issues (golangci-lint)

Open LeonardYam opened this issue 1 year ago • 0 comments

nestif detects complex nested if statements.

Reasoning - Complex nested if statements affects code readability and should ideally be refactored

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

Related issue: #2984

LeonardYam avatar May 16 '23 06:05 LeonardYam