5 Commits

Author SHA1 Message Date
Dan Kortschak
03398562de all: clean up lint identified by ruleguard
Ruleguard run with ruleguard -c=0 -rules ruleguard.rules.go ./... from
https://github.com/dgryski/semgrep-go with the following rules inactivated
to reduce noise:

- unconvert for floating point values
- oddcomparisons
- floateq
2021-05-19 05:44:58 +09:30
Egon Elbre
933b96a6d3 unit: make tests parallel 2020-03-16 16:10:59 +02:00
Dan Kortschak
6d55676c7d unit: complete coverage of generate code 2019-11-20 08:11:52 +10:30
Dan Kortschak
9f82e05433 unit: cover unit conversion code 2019-11-19 19:53:32 +10:30
Dan Kortschak
2b3a6bb397 unit: add named derived units 2019-03-11 10:32:40 +10:30