Unclaimed project
Are you a maintainer of zlint? Claim this project to take control of your public changelog and roadmap.
Changelog
A linter for the Zig programming language
This release comes with 3 new rules
case-convention - check that functions use camelCased namesreturned-stack-reference - check for functions returning pointers to stack memory. (this rule is in nursery)allocator-first-param - require functions that take an allocator argument to put it as the first parametercase-convention rule by @felipeasimos in https://github.com/DonIsaac/zlint/pull/293returned-stack-reference rule by @DonIsaac in https://github.com/DonIsaac/zlint/pull/298allocator-first-param rule by @DonIsaac in https://github.com/DonIsaac/zlint/pull/303Full Changelog: https://github.com/DonIsaac/zlint/compare/v0.7.7...v0.7.8