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