./devel/errcheck, Check for unchecked errors in Go programs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7.0nb6, Package name: errcheck-1.7.0nb6, Maintainer: bsiegert

errcheck is a program for checking for unchecked errors in go programs.


For basic usage, just give the package path of interest as the first argument:

errcheck github.com/kisielk/errcheck/testdata


Master sites:

Filesize: 19.797 KB

Version history: (Expand)


CVS history: (Expand)


   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update
   2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 security update
   2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168)
Log message:
Revbump all Go packages, default Go version is now 1.22.
   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-03-16 18:21:03 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
errcheck: update to 1.7.0

Go 1.22 support, plus other fixes.

- Correct typos in comments and doc
- Fix errcheck issues in tests
- Directly specify the needed fields when loading packages
- analyzer: set diagnostics category
- fix: don't exclude fmt.Errorf
- Add Go 1.21.x to test matrix
- remove deprecated funcs usages
- Simplify tests by refactoring to T.TempDir
- Update dependencies to work with Go 1.22
   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update