-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
How to turn off problem matcher? #72
Comments
azu
added a commit
to textlint/textlint
that referenced
this issue
Oct 20, 2019
Try writing out |
Thanks! |
krzyk
added a commit
to krzyk/setup-node
that referenced
this issue
Apr 11, 2023
Cleanup of help and README.md
deining
pushed a commit
to deining/setup-node
that referenced
this issue
Nov 9, 2023
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I want to disable problem matcher like eslint-stylish.json.
setup-node/src/setup-node.ts
Lines 29 to 35 in 7a3ce83
Because, I've created textlint that is similar with ESLint and It support same format with eslint-stylish.
I've noticed that output formatted log in GitHub Actions, problem matcher report it as error.
But, It is just console log for testing and it is not actual error.
Is there any chance setup-node provide an option to disable problem matcher?
Related
The text was updated successfully, but these errors were encountered: