mirror of
https://github.com/oven-sh/bun
synced 2026-02-19 07:12:24 +00:00
Update ban-limits.json for std.fs.Dir usage
Increased limit from 165 to 167 to account for new temp_dir parameters in Repository.download() and Repository.checkout() functions. These follow the same pattern as extract_tarball.zig which also uses std.fs.Dir for cache_dir and temp_dir parameters. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
"std.debug.dumpStackTrace": 0,
|
||||
"std.debug.print": 0,
|
||||
"std.enums.tagName(": 2,
|
||||
"std.fs.Dir": 165,
|
||||
"std.fs.Dir": 167,
|
||||
"std.fs.File": 62,
|
||||
"std.fs.cwd": 103,
|
||||
"std.log": 1,
|
||||
|
||||
Reference in New Issue
Block a user