Codebase list golint / 14b90a5
Add links to style guides. Fixes #125. Signed-off-by: David Symonds <dsymonds@golang.org> Peter Conerly authored 9 years ago David Symonds committed 9 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
3434 code to be completely "lint-free".
3535 In short, this tool is not, and will never be, trustworthy enough for its
3636 suggestions to be enforced automatically, for example as part of a build process.
37 Golint makes suggestions for many of the mechanically checkable items listed in
38 [Effective Go](https://golang.org/doc/effective_go.html) and the
39 [CodeReviewComments wiki page](golang.org/wiki/CodeReviewComments).
3740
3841 If you find an established style that is frequently violated, and which
3942 you think golint could statically check,