Categorygithub.com/cockroachdb/returncheck
modulepackage
0.0.0-20200612231554-92cdbca611dd
Repository: https://github.com/cockroachdb/returncheck.git
Documentation: pkg.go.dev

# README

returncheck

This is forked from https://github.com/kkaneda/returncheck to make two main changes:

  1. de-internal implementation 2) remove the hardcoded invocation against the since-renamed cockroachdb package.

These changes were made since CockroachDB's linters are now Go tests, so we're happy to just directly invoke the Go function the main method was wrapping.

# Functions

Run loads specified packages and checks if there is any unchecked return of the target type (in the target package).