-
Notifications
You must be signed in to change notification settings - Fork 35
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
Doesn't report on warnings #80
Comments
Likewise, if there are both errors and warnings, the errors get reported in the summary but the warnings do not. Mentioning:
While this should actually be 1 error, 1 warning for my test case. |
Disregard my comment. Somewhere between Maybe you were (also) expecting warnings from code that wasn't change in that PR? |
No, the problem is in the modified file. |
Hello! I've run into the following problem: it doesn't report eslint warnings
My config:
As a result, I receive the following message:
But I don't see annotation about it in the PR. Could you fix it? This works well with errors, but not with warnings.
The text was updated successfully, but these errors were encountered: