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
While testing whether atc0005/go-ci#302 is still unresolved, I temporarily enabled all analyzers for the govet linter and caught some legitimate issues for these analyzers:
nilness
shadow
It may be worth enabling all analyzers for this linter, but explicitly disabling the fieldalignment analyzer until atc0005/go-ci#302 is worked out.
The text was updated successfully, but these errors were encountered:
Retain same overall behavior, but explicitly disable the
`fieldalignment` analyzer for now until we are able to
retain the "struct size" diagnostic, but drop the "pointer bytes"
diagnostic.
refs GH-611
The fieldanalyzer does not yet offer a way (afaik) to disable
the "pointer bytes" diagnostic, so we're still relying on the
deprecated maligned linter for struct field size ordering.
We enable all other anaylzers which are not otherwise explicitly
excluded.
refs GH-611
The `fieldanalyzer` linter does not yet offer a way (afaik) to
disable the "pointer bytes" diagnostic, so we're still relying on
the deprecated `maligned` linter for struct field size ordering.
We enable all other analzers which are not otherwise explicitly
excluded.
refs GH-611
Retain same overall behavior, but explicitly disable the
`fieldalignment` analyzer for now until we are able to
retain the "struct size" diagnostic, but drop the "pointer bytes"
diagnostic.
refs GH-611
The `fieldanalyzer` linter does not yet offer a way (afaik) to
disable the "pointer bytes" diagnostic, so we're still relying on
the deprecated `maligned` linter for struct field size ordering.
We enable all other analzers which are not otherwise explicitly
excluded.
refs GH-611
Cross-post from atc0005/go-ci#482:
The text was updated successfully, but these errors were encountered: