Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9c576e

Browse files
committed
Limit fs_permissions
1 parent 5bbd5d5 commit e9c576e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ libs = ['lib']
55
ffi = true
66
match_path = "*/*.t.sol"
77
no_match_path = '*/_*'
8-
fs_permissions = [{ access = "read", path = "./"}]
8+
fs_permissions = [{ access = "read", path = "./out"}]
99

1010
# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 commit comments

Comments
 (0)