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