diff --git a/src/githubChecksFormatter.js b/src/githubChecksFormatter.js index 4ff2ef9..d009a02 100644 --- a/src/githubChecksFormatter.js +++ b/src/githubChecksFormatter.js @@ -39,7 +39,7 @@ function annotationsForResults(results) { ? annotationLevel.WARNING : annotationLevel.FAILURE, message: message.message, - title: message.ruleId, + title: message.ruleId || "Eslint fatal error", }; annotations.push(annotation);