Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to disable "Problem matchers" that are magically setup on an agent? #230

Closed
danechitoaie opened this issue Nov 25, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@danechitoaie
Copy link
Contributor

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.

@danechitoaie danechitoaie added the enhancement New feature or request label Nov 25, 2019
@xt0rted
Copy link
Contributor

xt0rted commented Nov 25, 2019

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.

@danechitoaie
Copy link
Contributor Author

Perfect! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants