Skip to content

Tags: charithe/durationcheck

Tags

Verified

This tag was signed with the committer’s verified signature.
charithe Charith Ellawala

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix false positive with parenthetical expressions (#15)

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: false-positive with int pointer dereference (#13)

* fix: false-positive with int pointer dereference

* chore: use tagged version of x/tools

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix false positive with selector expressions (#10)

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix false positive with struct fields (#8)

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix false positive on const multiplied by duration (#5)

* Fix const by duration false positive

* Tidy deps

Co-authored-by: Charith Ellawala <charith.ellawala@gmail.com>

v0.0.2

Toggle v0.0.2's commit message
Fix issues #1 and #2