Andrew Shannon Brown cf32a7b706
Add makezero linter (#1520)
makezero ensures that objects recognized as slices are initialized with length 0.  By default, this is only required when we find a subsequent append to the object, but can also be enabled at all times as a way of discouraging the use of integer variables (i.e. "i") to index slices.
2020-12-05 07:37:37 -08:00
..
2020-11-17 19:07:37 +00:00
2020-12-05 07:37:37 -08:00
2020-02-02 16:29:57 -05:00
2020-12-05 07:37:37 -08:00
2019-09-14 18:48:18 +03:00
2020-12-05 07:37:37 -08:00
2019-10-13 17:40:51 +03:00
2019-09-23 09:52:54 +03:00