Skip to content

Releases: charithe/durationcheck

v0.0.10

Choose a tag to compare

@charithe charithe released this 28 Feb 09:14
4d838ae

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

v0.0.9 Pre-release
Pre-release

Choose a tag to compare

@charithe charithe released this 09 Oct 09:36
c941235

Includes a fix for the false positive on time.Duration(daysInWeekend) * 24 * time.Hour

v0.0.7

v0.0.7 Pre-release
Pre-release

Choose a tag to compare

@charithe charithe released this 11 May 10:15
8121877

Fix false positive with parenthetical expressions (#14)

v0.0.6

v0.0.6 Pre-release
Pre-release

Choose a tag to compare

@charithe charithe released this 21 Feb 10:46
2f9d2a0

Fix false positive with pointer dereference (#12)

v0.0.5

v0.0.5 Pre-release
Pre-release

Choose a tag to compare

@charithe charithe released this 19 Feb 21:38
a928eef

Fix another false positive with selector expressions (#9)

v0.0.4

v0.0.4 Pre-release
Pre-release

Choose a tag to compare

@charithe charithe released this 17 Feb 21:24
5becc4e

Fixes false positives with struct field multiplication (#7)

v0.0.3

v0.0.3 Pre-release
Pre-release

Choose a tag to compare

@charithe charithe released this 05 Apr 14:36
b58cb90
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

v0.0.2 Pre-release
Pre-release

Choose a tag to compare

@charithe charithe released this 20 Feb 21:20
  • Fixes #1 and #2
  • Code refactored and simplified

v0.0.1

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@charithe charithe released this 19 Feb 20:11
Update README