Skip to content

iand/lint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golint is a linter for Go source code.

This is forked from http://github.com/golang/lint and has the following alterations:

* Defaults to linting current directory if no arguments are supplied
* Removed all checks for documentation
* Removed all initialism checks
* Removed error string checks
* Ignores any source files in a proto directory (since this is used for autogenerated source files by protoc-gen-go)

To install, run:
  go get github.com/iand/lint/golint

To use, type:
  golint

or:
  golint <directory or file>  

See http://github.com/golang/lint for more documentation

About

This is a linter for Go source code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 95.0%
  • Emacs Lisp 3.5%
  • Vim Script 1.5%