This commit is contained in:
chloe caruso
2025-04-17 17:34:51 -07:00
parent dad6ba5e9d
commit af8f4e7888

View File

@@ -30,7 +30,7 @@ const words: Record<string, { reason: string; limit?: number; regex?: boolean }>
"!= alloc.ptr": { reason: "The std.mem.Allocator context pointer can be undefined, which makes this comparison undefined behavior" },
[String.raw`: [a-zA-Z0-9_\.\*\?\[\]\(\)]+ = undefined,`]: { reason: "Do not default a struct field to undefined", limit: 242, regex: true },
"usingnamespace": { reason: "Zig deprecates this, and will not support it in incremental compilation.", limit: 34 },
"usingnamespace": { reason: "Zig deprecates this, and will not support it in incremental compilation.", limit: 19 },
"std.fs.Dir": { reason: "Prefer bun.sys + bun.FD instead of std.fs", limit: 180 },
"std.fs.cwd": { reason: "Prefer bun.FD.cwd()", limit: 103 },