We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c674c commit 0871271Copy full SHA for 0871271
1 file changed
src/error.rs
@@ -62,6 +62,11 @@ impl SofosError {
62
|| msg.contains("not allowed")
63
|| msg.contains("not explicitly allowed")
64
|| msg.contains("outside workspace")
65
+ || msg.contains("absolute paths")
66
+ || msg.contains("contains '..'")
67
+ || msg.contains("tilde paths")
68
+ || msg.contains("output redirection")
69
+ || msg.contains("here-doc")
70
}
71
Self::McpError(_) => false,
72
Self::Join(_) => false,
0 commit comments