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 #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 #302 is worked out.
The text was updated successfully, but these errors were encountered:
- explicitly disable `fieldalignment` analyzer
- enable all other `govet` analyzers
- this also pulls in `nilness` and `shadow`, both of which
has proven useful (brief testing)
refs GH-482
While testing whether #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 #302 is worked out.The text was updated successfully, but these errors were encountered: