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
- "(const|func|method|struct field|type|var) .* should be " # golint errors about variable names (don't want to fix them because they're in a public interface)
- "G104: Errors unhandled." # Let errcheck handle these
- "Error return value of `w.Write` is not checked"
- "should have comment or be unexported" # TODO: label everything that is exported when relay becomes a library