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
There are differences in the number of incidents reported by kai between Windows and Linux.
After checking the logs, I see lot of errors on Windows containing the message "error parsing regexp: invalid escape sequence: \\c".
The issue is that the data passed to the analyzer-rpc for exluded paths is: {"time":"2025-01-23T17:35:50.7277939+01:00","level":"INFO","msg":"added scopes to condition context","scopes":{},"conditionContext":{"Tags":{},"Template":{"konveyor.io/path-scope":{"Filepaths":null,"Extras":null,"ExcludedPaths":["d:\\redhat\\coolstore\\.vscode"]}},"RuleID":""}}
We need to convert these to paths and pass the actual path: D:\redhat\coolstore\.vscode
There are differences in the number of incidents reported by kai between Windows and Linux.
After checking the logs, I see lot of errors on Windows containing the message "error parsing regexp: invalid escape sequence:
\\c
".kai-analyzer-server.log
Env:
The text was updated successfully, but these errors were encountered: