8000 Tags · tomarrell/wrapcheck · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tomarrell/wrapcheck

Tags

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add option for reporting internal errors (#60)

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: minor readme update

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: suppress reports from unexported interface methods (#52)

When an interface method is not exported, its only implementations will
be local to the module under analysis. Thus, the implementations can be
checked, and the caller can assume the error was wrapped.

This reasoning does not apply to exported interface methods, even if the
interface happens to also have an unexported method. (An implementation
can override just the public methods by embedding the interface or a
struct that implements it.)

v2.8.3

Toggle v2.8.3's commit message

Verified

This commit was signed with the committer’s verified signature.
tomarrell Tom Arrell
chore: go version 1.21

v2.8.2

Toggle v2.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps: upgrade golang.org/x/tools (#48)

* Upgrade dependency golang.org/x/tools

Closes #46

* update CI go version to 1.21

* upgrade test version to 1.22

* use go 1.21

* go 1.22

---------

Co-authored-by: Romain LE DISEZ <romain.le-disez@ovhcloud.com>

v2.8.1

Toggle v2.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
deps: bump golang.org/x/text from 0.3.7 to 0.3.8 (#38)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: ignore Go 1.20 errors.Join() sig by default (#37)

After upgrading to Go 1.20 and using the new `errors.Join()` from the
standard library, there is a false positive from `wrapcheck` saying that
error returned from external package is unwrapped, when `errors.Join()`
is now supposed to be an idiomatic way to wrap multiple errors from
external packages.

More info in the Go 1.20 release notes:

https://tip.golang.org/doc/go1.20#errors

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: check interface package against ignorePackageGlobs (#36)

v2.6.2

Toggle v2.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update deps (#31)

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tomarrell Tom Arrell
chore: update dependencies

0