What's Changed
- fix(allocator-first-param): check for
@This(), etch when findingselfby @DonIsaac in https://github.com/DonIsaac/zlint/pull/304 - fix(case-convention): generics should use PascalCase by @DonIsaac in https://github.com/DonIsaac/zlint/pull/305
- chore: add diagnostic fn to new rule template by @DonIsaac in https://github.com/DonIsaac/zlint/pull/306
- test(sema): add scope ch...