zlint does not support async properly, skip the file

This commit is contained in:
Emil Lerch 2026-04-16 17:10:59 -07:00
parent 9ac1052e01
commit d697df6fd6
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -1,3 +1,3 @@
{
"ignore": ["lib/json/src/json.zig"]
"ignore": ["lib/json/src/json.zig", "codegen/src/Hasher.zig"]
}