goprove

package module
v0.0.0-...-7511a42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2016 License: MIT Imports: 14 Imported by: 0

README

📃 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

Documentation

Overview

Package goprove contains lib for checking the Golang best practi

Package goprove contains lib for checking the Golang best practises

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunTasks

func RunTasks(path string, tasksToExlude []string) (successTasks []map[string]interface{}, failedTasks []map[string]interface{})

RunTasks is a wrapper for running all tasks from the list

Types

This section is empty.

Directories

Path Synopsis
cmd
Package util provides some helper methods.
Package util provides some helper methods.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL