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
As noted in #394, eslint-formatter-todo is not properly processing results when run with eslint's --quiet flag.
This results in TODOs being displayed in the printed output, and the error counts incorrectly include todos.
The primary cause of this is noted here: #394 (comment)
(the filtered results used in quiet mode include todos, when it should only include errors)
As noted in #394, eslint-formatter-todo is not properly processing results when run with eslint's
--quiet
flag.This results in TODOs being displayed in the printed output, and the error counts incorrectly include todos.
The primary cause of this is noted here: #394 (comment)
(the filtered results used in quiet mode include todos, when it should only include errors)
eslint-formatter-todo/src/formatter.ts
Line 278 in 79792ef
The text was updated successfully, but these errors were encountered: