Replies: 6 comments
-
Why should reporters work on stdin? That's by design. |
Beta Was this translation helpful? Give feedback.
-
I don't know what the purpose of this design is. But I think the output should be formatted by reporter. For example, I got a scenario now. I want to lint a file. But since I have already read the file, I want to pass it in through stdin to reduce the extra file reads. In addition: I have tried using js-api but it is not ready for production yet and missing a lot of feature |
Beta Was this translation helpful? Give feedback.
-
I didn't understand why a JSON reporter is needed in stdin. I understand you have a use case, but I honestly didn't understand what this use case does. Also, you expect the |
Beta Was this translation helpful? Give feedback.
-
Is there a particular reason to not make |
Beta Was this translation helpful? Give feedback.
-
If we decide to do so, we need to explain to users why we implemented and what's a valid use case. I'm not against implementing stuff, but we need to be good at justifying things so we don't regret them in the future. That's part of our philosophy |
Beta Was this translation helpful? Give feedback.
-
For keeping |
Beta Was this translation helpful? Give feedback.
-
Environment information
What happened?
output to stdout
Expected result
--reporter
should worksCode of Conduct
Beta Was this translation helpful? Give feedback.
All reactions