Skip to content

A collection of static analysis tool to analyze functions in Go.

License

Notifications You must be signed in to change notification settings

ericcornelissen/gofunchecks

Repository files navigation

GitHub Actions Go Report Card

gofunchecks

A collections of static analysis tool to analyze function in Go.

Quick start

Install the tool(s) you wish to use.

# goparamcount: find functions that have too many parameters.
$ go get github.com/ericcornelissen/gofunchecks/cmd/goparamcount

# goreturncount: find functions that have too many return values.
$ go get github.com/ericcornelissen/gofunchecks/cmd/goreturncount

And run it on your projects by using the tool name as a command.

About

A collection of static analysis tool to analyze functions in Go.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages