# Intentionally omitted from CI, but target here for ad-hoc reports.
.PHONY:errchack
.PHONY:errcheck
errcheck:
@go get github.com/kisielk/errcheck
errcheck ./...
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.