You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
Issue #58 proposed adding go lint to the linting toolchain. As @sirajyasin noted in https://review.opendev.org/#/c/729645, the implementation of go lint included in golangci-lint has some slight variations on linting requirements. This causes various warnings from go lint to be suppressed (mostly missing documentation). While not required, it would be useful to be notified when those warnings exist.
Proposed change
Add a non-voting gate for go lint
The text was updated successfully, but these errors were encountered:
Problem description
Issue #58 proposed adding
go lint
to the linting toolchain. As @sirajyasin noted in https://review.opendev.org/#/c/729645, the implementation ofgo lint
included ingolangci-lint
has some slight variations on linting requirements. This causes various warnings fromgo lint
to be suppressed (mostly missing documentation). While not required, it would be useful to be notified when those warnings exist.Proposed change
Add a non-voting gate for
go lint
The text was updated successfully, but these errors were encountered: