dsymonds / fixhub

Fixhub runs golint on a GitHub repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixhub

Fixhub runs golint on a GitHub repository.

To install, run

   go get github.com/dsymonds/fixhub/cmd/fixhub

Invoke fixhub with a GitHub repo name (e.g. dsymonds/fixhub).

   fixhub golang/lint

You might need a personal access token to avoid getting rate limited. Visit https://github.com/settings/applications and create one with the public_repo permission. Store it in $HOME/.fixhub-token file.

About

Fixhub runs golint on a GitHub repository.

License:Apache License 2.0


Languages

Language:Go 100.0%