Errcheck Versions Save

errcheck checks that you checked errors.

v1.7.0

2 months ago

What's Changed

Go 1.22 support, plus other fixes.

New Contributors

Full Changelog: https://github.com/kisielk/errcheck/compare/v1.6.3...v1.7.0

v1.6.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/kisielk/errcheck/compare/v1.6.2...v1.6.3

v1.6.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/kisielk/errcheck/compare/v1.6.1...v1.6.2

v1.6.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/kisielk/errcheck/compare/v1.6.0...v1.6.1

v1.6.0

3 years ago

Add SelectorName field to UncheckedError result struct.

v1.5.0

3 years ago

4319a61 Support the -mod=vendor flag for using modules in a vendor directory

v1.4.0

3 years ago

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

v1.3.0

3 years ago

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

5 years ago

Add support for Go modules.

v1.1.0

5 years ago
  • Improved default exclude list by removing default package-level excludes.
  • Check all levels of a type's embedded interfaces against the exclude list.