You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, this error occurred because I wrote tests for my application and then got distracted and left an invalid syntax construction in the code 🤦♂️
But still, shouldn't it handle such a case (when one or more files cannot be correctly parsed because of invalid syntax) more gracefully? Rather than just give us that vague error message?
daniilsapa
changed the title
Fix the error thrown when you provide Steiger with a path that's outside the working folder
Fix the error thrown when files analized by Steiger contain invalid syntax
Jul 18, 2024
It throws the error when you specify a path in the following format e.g.
../source
,../../src
etc., when you exit the working folder in your path.The text was updated successfully, but these errors were encountered: