All Versions
7
Latest Version
Avg Release Cycle
163 days
Latest Release
1279 days ago

Changelog History

  • v1.5.0-alpha

    October 23, 2020
  • v1.4.0 Changes

    July 14, 2020

    c491130 Correction: requires Go 1.11.x
    6b5513d Ignore comments and empty lines in excludes files

  • v1.3.0 Changes

    June 20, 2020

    โฑ b367e75 Limit the amount of memory errcheck uses with smarter goroutine scheduling
    ๐Ÿ‘ 175c8b8 Drop support for Go 1.10 and Go 1.9
    โฌ†๏ธ 77437ce Upgrade golang.org/x/tools to latest
    e327f15 Fix #139: Add example of excluding a call to a vendored dependency
    โšก๏ธ ff9d777 Update .travis.yml
    โšก๏ธ dd5e04e Update .travis.yml
    ๐Ÿ— aaeeb43 Use svg for ci build graphics
    2050f4e Fix regression that occurs when GO111MODULE=on
    โšก๏ธ f4fbc7c .travis.yml, tests: Update for GO111MODULE=on [ci-skip]
    ๐Ÿ— ff068b1 .travis.yml: Grow the build matrix, pin golang.org/x/tools version
    โœ… 3bf72b1 errcheck_test.go: Better error reporting for debugging
    ๐Ÿšš 4f924b3 errcheck_test.go: Remove dead code

  • v1.2.0 Changes

    January 03, 2019

    โž• Add support for Go modules.

  • v1.1.0 Changes

    May 22, 2018
    • ๐Ÿ‘Œ Improved default exclude list by removing default package-level excludes.
    • Check all levels of a type's embedded interfaces against the exclude list.
  • v1.0.1 Changes

    March 06, 2018
    • ๐Ÿ— Ignore methods of strings.Builder which are guaranteed never to return an error.
  • v1.0.0

    February 21, 2018