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
- text: "^(exported func)? .*? (returns unexported type)? .*?(which can be annoying to use)$" #e.g.: exported func New returns unexported type *http.server, which can be annoying to use (golint).
linters:
- golint
- text: "^(exported)? .*? (should have comment)? ?.*? (or be unexported)?$" #e.g.: exported const NotifierModeFixed should have comment (or a comment on this block) or be unexported