From d697df6fd631d8ead7c5e5d4da88b858ceb7145e Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Thu, 16 Apr 2026 17:10:59 -0700 Subject: [PATCH] zlint does not support async properly, skip the file --- zlint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlint.json b/zlint.json index fd91a75..7eb8412 100644 --- a/zlint.json +++ b/zlint.json @@ -1,3 +1,3 @@ { - "ignore": ["lib/json/src/json.zig"] + "ignore": ["lib/json/src/json.zig", "codegen/src/Hasher.zig"] }