Releases: charithe/durationcheck
Releases · charithe/durationcheck
v0.0.9
Includes a fix for the false positive on time.Duration(daysInWeekend) * 24 * time.Hour
v0.0.7
Fix false positive with parenthetical expressions (#14)
v0.0.6
Fix false positive with pointer dereference (#12)
v0.0.5
Fix another false positive with selector expressions (#9)
v0.0.4
Fixes false positives with struct field multiplication (#7)
v0.0.3
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
- Fixes #1 and #2
- Code refactored and simplified