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
Some static analysis engines emit issues for files which are not a part of the working tree - e.g. some engines will warn you about certain files which don't exist. One way to handle this would be to create a concept of "repo level issues." Another would be to create a way to surface these files in the CC UI and in the CLI. /c @brynary
The text was updated successfully, but these errors were encountered:
I feel like this is related enough to the issue @ABaldwinHunter ran into brakeman reporting a missing protect_from_forgery (for which there is no line number because it's, you know, missing) that it makes sense to think about the solution to both at once. Basically, I think there are classes of issues for which a location may not reasonably exist, or a file-level location (i.e no line number) may exist, but the file itself may not actually exist.
Some static analysis engines emit issues for files which are not a part of the working tree - e.g. some engines will warn you about certain files which don't exist. One way to handle this would be to create a concept of "repo level issues." Another would be to create a way to surface these files in the CC UI and in the CLI. /c @brynary
The text was updated successfully, but these errors were encountered: