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

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


Branch: CURRENT, Version: 1.7.0nb1, Package name: errcheck-1.7.0nb1, 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-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
   2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152)
Log message:
Revbump all Go packages because go121 is now the default
   2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) | Package updated
Log message:
Revbump all Go packages after go120 security update