Skip to content

thomasheller/golinters

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

golinters

golinters generates HTML reports about Go linters. It fetches the linters' source and does static analysis. It also queries the GitHub API to figure out the maintainers.

$ go get github.com/thomasheller/golinters/cmd/golinters
$ golinters
[...]

If a popular linter is missing, please file an issue!

Example output

HTML screenshot

Download corresponding HTML file

Options

By default, golinters will create a temporary file and open the report in the standard browser.

You can specify -write somefile.html though, if you want golinters to just write to a specific file and not open any browser.

Because golinters uses the GitHub API to figure out the maintainers' names, you might want to supply a GitHub username and API token via -ghuser and -ghtoken so that you don't run into rate limit problems.

If you want to start over, you can use -remove to delete the linters' source in your GOPATH. Be careful, as this deletes entire repositories, even if the linter is just one part of it.

About

Go linters report

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages