Releases: charithe/durationcheck
Releases · charithe/durationcheck
v0.0.10
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v0.0.9...v0.0.10
v0.0.9
Compare
Sorry, something went wrong.
No results found
Includes a fix for the false positive on time.Duration(daysInWeekend) * 24 * time.Hour
v0.0.7
Compare
Sorry, something went wrong.
No results found
Fix false positive with parenthetical expressions (#14 )
v0.0.6
Compare
Sorry, something went wrong.
No results found
Fix false positive with pointer dereference (#12 )
v0.0.5
Compare
Sorry, something went wrong.
No results found
Fix another false positive with selector expressions (#9 )
v0.0.4
Compare
Sorry, something went wrong.
No results found
Fixes false positives with struct field multiplication (#7 )
v0.0.3
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixes #1 and #2
Code refactored and simplified
v0.0.1
Compare
Sorry, something went wrong.
No results found
Update README