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
List<ParseError> errors = loc == null ? Collections.emptyList() : loc.getParseErrors();
1239
1239
for (ParseErrorerr : errors) {
1240
1240
Stringmsg = "A parse error occurred: " + StringUtil.quoteWithBackticks(err.getMessage().trim())
1241
-
+ ". Check the syntax of the file. If the file is invalid, correct the error or [exclude](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning) the file from analysis.";
0 commit comments