-
Notifications
You must be signed in to change notification settings - Fork 12k
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
ng lint shows all errors twice #11633
Comments
Hi @johnpapa, I tried to replicate this locally and unfortunately I didn't manage. I also created a unit test to verify this on different environments alan-agius4@b28a82d#diff-02f9144e97f6ac8d7e153c4ecdf5a5a6R35 My local specs
Can you maybe create a small reproduction that replicates this? Thanks, |
@alan-agius4 I can repro myself actually. I replaced
|
I think what's missing your your repro is that new projects use an array of tsconfigs:
But the current config in the test dir uses a single one. |
…having multiple tsconfigs Closes #11633
Thanks for the help |
…having multiple tsconfigs Closes #11633
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. |
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Repro steps
Add some invalid typescript such as a function with a var statement that is also not used anywhere.
The log given by the failure
Desired functionality
Error messages should only show up once, not twice
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: