-
Notifications
You must be signed in to change notification settings - Fork 12k
Lint log messages are shown twice #11088
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
Comments
I can confirm, I have the same problem |
Running |
Ok, but why do we receive the message twice even when there is only one project? |
Running Seems like |
thanks for research @will-janz |
Maybe |
Any updates on this? I really would like ng lint to display a message with the project linted. |
This is solved by #12384. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Versions
Repro steps
ng lint
Observed behavior
Success and error messages from lint are shown twice in the console.
For example, success case:
Error case (with a simple lint error (missing semicolon)):
Desired behavior
The log messages (success and error case) should only be shown once.
Mention any other details that might be useful (optional)
Why are there so many new lines between the log messages?
Why does it say
All files pass linting.
in the error case? Shouldn't it just sayLint errors found in the listed files.
?The text was updated successfully, but these errors were encountered: