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
Looking at the logs I see these messages. Is there any way to disable these "Problem matchers" since I already output the errors in the format that GitHub actions expects and now I have duplicated error messages. Once from these builtin "Problem matchers" and once from my eslint plugins.
2019-11-25T21:05:48.4078472Z Added matchers: 'tsc'. Problem matchers scan action output for known warning or error strings and report these inline.
2019-11-25T21:05:48.4093219Z Added matchers: 'eslint-stylish'. Problem matchers scan action output for known warning or error strings and report these inline.
2019-11-25T21:05:48.4095771Z Added matchers: 'eslint-compact'. Problem matchers scan action output for known warning or error strings and report these inline.
The text was updated successfully, but these errors were encountered:
Try writing out ::remove-matcher owner=eslint-compact:: (from the docs). If you're adding your own problem matchers then you can use the same names as these and the last ones registered will take priority.
Looking at the logs I see these messages. Is there any way to disable these "Problem matchers" since I already output the errors in the format that GitHub actions expects and now I have duplicated error messages. Once from these builtin "Problem matchers" and once from my eslint plugins.
The text was updated successfully, but these errors were encountered: