- 6edffad README: make it clear that golint is deprecated and frozen by Daniel Martí · 2 years, 7 months ago master
- 83fdc39 README.md: add badge to pkg.go.dev by Julie Qiu · 3 years ago
- 738671d lint: add Unwrap to common methods by Billy Zaelani malik · 3 years, 9 months ago
- 910be7a lint: update x/tools version by Andrew Bonventre · 3 years, 10 months ago
- fdd1cda go.mod: update x/tools to pick up support for iexport format version 1 by Bryan C. Mills · 4 years ago
- 1621716 lint: update documentation for golint.el by Kevan Swanberg · 4 years, 2 months ago
- 414d861 lint: remove the var decl check by Sam Whited · 4 years, 4 months ago
- 959b441 Improve installation instructions for Go beginners by Gabriel Nelle · 4 years, 8 months ago
- d0100b6 all: re-introduce go.mod and go.sum files by Michael Matloob · 4 years, 9 months ago
- 5614ed5 Revert "all: add a go.mod file" by Dmitri Shuralyov · 4 years, 9 months ago
- 5b3e6a5 all: add a go.mod file by Michael Matloob · 4 years, 10 months ago
- 8f45f77 go/lint: only report kBlah error for constants and top level vars by Michael Matloob · 5 years ago
- 93c0bb5 all: allow ALL_CAPS names if there's only one letter by Michael Matloob · 5 years ago
- c67002c cmd/golint: only enforce import path for go1.12+ by Brad Fitzpatrick · 5 years ago
- 1baf3a9 all: remove 1.8 and 1.9 from Travis builds by Andrew Bonventre · 5 years ago
- c2de83e Add Go 1.10 and 1.11 to Travis by alexander zillion · 5 years ago
- 5906bd5 travis: add go_import_path by Koichi Shiraishi · 5 years ago
- 9a27203 all: add import comments by Koichi Shiraishi · 5 years ago
- 06c8688 x/lint: update vim rtp path in README.md to use x/lint by Michal Franc · 5 years ago
- 470b6b0 Update the lint version requirements in README.md by Adam Harvey · 6 years ago
- 1fb4e47 CONTRIBUTING.md: update the command. by Wei Fu · 6 years ago
- 85993ff lint: swap IfStmt tests to not skip every other IfStmt in a chain by Marcelo Cantos · 6 years ago
- 4653006 golint: Removed redundant if ...; err != nil check by Mat Ryer · 6 years ago
- 8379672 lint: allow multiple error return values by Leonel Quinteros · 6 years ago
- c72d1a5 lint: avoid false positives with custom errors-package by Leonel Quinteros · 6 years ago
- fb4f8c1 golint: suggest `for range` when possible by Dominik Honnef · 6 years ago
- 721e727 golint: group declaration of variables in import.go by Avelino · 6 years ago
- c363707 golint: update import path from github to golang.org/x/lint by Eric Chiang · 6 years ago
- 3ea3fa9 Add check for MixedCaps in package name by Joël Stemmer · 6 years ago
- ead987a README.md: update "go get" link to use x/lint repo by Andrew Bonventre · 6 years ago
- 934ed66 Updated .travis.yml (#343) by Sergey Mudrik · 6 years ago
- 0562613 Specify exact license in header of Emacs lisp library (#353) by Jonas Bernoulli · 6 years ago
- ddb680f Update README.md by Andrew Bonventre · 6 years ago
- ed8c0ff Update README.md by Andrew Bonventre · 6 years ago
- b311d39 Update README.md to clarify scope of golint by Andrew Bonventre · 6 years ago
- e14d9b0 Test for using errors.New with a capitalized string (#368) by Chris Smith · 6 years ago
- f635bdd Add Go 1.9 to Travis testers (#365) by Andrew Bonventre · 6 years ago
- db11711 Remove unused `isZero` func (#364) by Yuji Yaginuma · 6 years ago
- 6aaf7c3 Improve receiver name underscore message. (#314) by Ryan Roden-Corrent · 6 years ago
- e5d664e Check for redundant if err != nil constructs. (#319) by Lev Shamardin · 6 years ago
- c5fb716 Fix lint on packages with all generated files by Dimitri Sokolyuk · 7 years ago
- a5f4a24 Ignore generated code by Joe Tsai · 7 years ago
- cb00e56 Update .travis.yml for latest conventions, use fast_finish, test with -race. (#279) by Dmitri Shuralyov · 7 years ago
- df5f241 Update travis for go1.8 + tip (#277) by Christoph Blecker · 7 years ago
- b8599f7 Suppress underscore warning for cgo functions by Bryan Mills · 7 years ago
- 6d7efc4 Fix minor typos. by Joe Tsai · 7 years ago
- 5295072 Support multiple packages and directories by haya14busa · 7 years ago
- 0da02fd Ignore invalid types as keys in context.WithValue by Bradley Falzon · 7 years ago
- 148c6c6 Stop using deprecated gcimporter15 package by Alan Donovan · 7 years ago
- 206c0f0 Flag error strings that end with a newline by Dominik Honnef · 7 years ago
- 3390df4 Add check for argument position of context variable. by Joe Tsai · 7 years ago
- 55ae771 Add ACL as a common initialism. by Ian Leue · 7 years ago
- 4e7ffd8 Remove check for 0-length make. by Joe Tsai · 7 years ago
- 64229b8 Remove me from list of bad receivers. by Tom Payne · 7 years ago
- e39d629 Configure Travis to use Go1.7. by Joe Tsai · 7 years ago
- a428635 Drop support for Go 1.5. by Alan Donovan · 7 years ago
- c6242af Disallow basic types as keys in context.WithValue(). by Matt Layher · 7 years ago
- 48c8655 Avoid type-inference warnings due to partial type info. by Alan Donovan · 7 years ago
- 024c6ac Fix crash on ill-formed receiver type. by Alan Donovan · 7 years ago
- 00e40da Add ACL as a common initialism. by Joe Tsai · 7 years ago
- c7bacac Explicitly whitelist LastInsertId and kWh as exempt from the naming checks. by David Symonds · 8 years ago
- 58f662d golint: Add a flag to cause a non-zero exit when suggestions are made. by David Symonds · 8 years ago
- 8f348af Update golint's copy of the part of cmd/go required for matching package patterns like "std". by David Symonds · 8 years ago
- 9bad2ac Split (importer).ImportFrom into its own build-tag-guarded file. by David Symonds · 8 years ago
- ce19647 Explicitly check golint build on Go 1.5 and Go 1.6. by David Symonds · 8 years ago
- a113636 Switch to the go/types API in the standard library. by David Symonds · 8 years ago
- 32a8716 Fix lint check for ValueSpec docs. by David Symonds · 8 years ago
- 34acc6e Fix a typo: lineMake -> lintMake by Yoshiyuki Mineo · 8 years ago
- 7b7f436 Lint files that use cgo. by Dominik Honnef · 8 years ago
- 4946cea Revert "Add unitless duration lint check." by David Symonds · 8 years ago
- b550591 Add unitless duration lint check. by Josh Bleecher Snyder · 8 years ago
- 26a7505 Avoid panicking on a method-less receiver. by David Symonds · 8 years ago
- 22a5e1f Update obsolete code.google.com references. by David Symonds · 8 years ago
- 6ad27b9 Add SQL as a common initialism. by David Symonds · 9 years ago
- 173ec60 Expand suggestions to cope with sub-line replacements. by David Symonds · 9 years ago
- 1dc973e Fix link to CodeReviewComments wiki page. by Nicolas Kaiser · 8 years ago
- b0bb8ee Fix to follow some recent changes to the go/types API. by David Symonds · 8 years ago
- f42f5c1 Implement suggested replacements for problems. by David Symonds · 9 years ago
- 14b90a5 Add links to style guides. by Peter Conerly · 9 years ago
- dea1301 Emacs package: Quote command arguments. by Philipp Stephani · 9 years ago
- 3b3fdeb Fix panic in t.Errorf check if the typechecker fails. by David Symonds · 9 years ago
- 23587b4 Check for `t.Error(fmt.Sprintf(...))` where t is a *testing.T. by Tristan Rice · 9 years ago
- 3b8a2c4 Improve Structure and Formatting of README. by Avi Flax · 9 years ago
- 4b4f2c1 Avoid suggesting omitting the LHS type of a var decl for known weaker types. by David Symonds · 9 years ago
- 76ee896 Add a categorisation for the lint warning for unexported types in APIs. by David Symonds · 9 years ago
- 39d15d5 Add TCP and UDP as common initialisms. by David Symonds · 9 years ago
- 60fc4d3 Switch to a README.md so we can get a Travis CI build status badge. by David Symonds · 9 years ago
- 2ba84ea Add configuration for Travis CI. by Markus Zimmermann · 9 years ago
- 0c80284 Update README to help ensure golint is installed with the latest dependencies. by Markus Zimmermann · 9 years ago
- 291cbc3 Add a CONTRIBUTING.md file. by David Symonds · 9 years ago
- f8aef8e Add XSRF and XSS as common initialisms. by David Symonds · 9 years ago
- 16e8217 Attach "package comment is detached" warning to the gap. by David Symonds · 9 years ago
- 2eee630 Flag package comments that are detached from the package statement. by David Symonds · 9 years ago
- cb1241f Update for API change in golang.org/x/tools/go/types. by Markus Zimmermann · 9 years ago
- 1fab560 Update stale links to reflect wiki move to GitHub. by John Gilik · 9 years ago
- c48b90c Flag names of type time.Duration that have unit suffixes. by David Symonds · 9 years ago
- 037b34c Update to new Go subrepository import paths. by David Symonds · 9 years ago
- 8ca2347 Allow one underscore between digits. by Markus Zimmermann · 9 years ago
- cbfe983 Complain about exported functions/methods returning unexported types. by David Symonds · 9 years ago
- 6d7c314 Implement "..." wildcard for packages and paths. by Markus Zimmermann · 9 years ago