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
if (!extractor.getConfig().isExterns()) seenFiles = true;
1232
1237
for (ParseErrorerr : loc.getParseErrors()) {
1233
-
Stringmsg = "A parse error occurred: " + err.getMessage() + ". Check the syntax of the file. If the file is invalid, correct the error or exclude the file from analysis.";
1238
+
Stringmsg = "A parse error occurred: " + StringUtil.escapeMarkdown(err.getMessage())
1239
+
+ ". Check the syntax of the file. If the file is invalid, correct the error or exclude the file from analysis.";
1234
1240
// file, relative to the source root
1235
-
StringrelativeFilePath = file.toString();
1236
-
if (relativeFilePath.startsWith(LGTM_SRC.toString())) {
0 commit comments