-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Description
We're sometimes getting the following error:
##[error]'output.annotations[1].end_column' cannot be null
It looks like endColumn as reported by ESLint can indeed sometimes be null.
Would be great if there'd be a check for that before adding the annotation:
eslint-annotate-action/src/analyze-eslint-js.ts
Lines 75 to 78 in 95223b5
| if (line === endLine) { | |
| annotation.start_column = column; | |
| annotation.end_column = endColumn; | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels