fix: filter paths slither

This commit is contained in:
royvardhan
2025-01-28 22:41:36 +05:30
parent 7a83eddc92
commit 6c30cf8f66

View File

@@ -1,3 +1,3 @@
{
"filter_paths": "lib|node_modules"
}
"filter_paths": ["lib", "node_modules"]
}