refactor: use same output method for commands#2036
Conversation
|
There was a problem hiding this comment.
Please also add an explanation somewhere in the CONTRIBUTING guide how do we use the logger and what's being logged to stdout/stderr/browser console &c. (and a couple of words regarding the snapshot testing approach).
Smokes are failing due to an external package version change (will be fixed after merging this: #2037).
2ffa71e to
fba6ae6
Compare
* refactor/print-lint-output-to-stdout * Update snaphosts * refactor: use the same output for stats command
* refactor/print-lint-output-to-stdout * Update snaphosts * refactor: use the same output for stats command
What/Why/How?
The lint and stats outputs should be sent to the same output stream, disregarding the requested format
Reference
Testing
Screenshots (optional)
Check yourself
Security