Skip to content

karolgorecki/goprove

Repository files navigation

📃 goprove

Inspect your project for the best practices listed in the Go CheckList.

Get Started

$ go get github.com/karolgorecki/goprove/cmd/goprove
$ goprove .

Usage

Usage:
  SIMPLE:
  	goprove <directory>
  WITH OUTPUT:
  	goprove -output=<output: json or text> <directory>
  WITH EXCLUDE:
  	goprove -exclude=<tasks: separated by comma> <directory>
Available tasks for exclude:
  projectBuilds, isFormatted, hasLicense, isLinted, isVetted, hasReadme,
  testPassing, isDirMatch, hasContributing, hasBenches, hasBlackboxTests

Contributing

Contributions are most welcome. Instructions are documented in CONTRIBUTING.md.

License

MIT

About

Inspect your project for the best practices listed in the Go CheckList

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages