Skip to content

Commit 0cbcb61

Browse files
committed
fix: remove unnecessary paths from filter in Slither configuration
1 parent 5d7dc1f commit 0cbcb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slither.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"exclude_dependencies": true,
33
"exclude_informational": true,
4-
"filter_paths": "node_modules|lib|test|script|src/proto"
4+
"filter_paths": "node_modules|src/proto"
55
}

0 commit comments

Comments
 (0)