Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Output of Linting to a file #157

Open
francisminu opened this issue Apr 19, 2019 · 2 comments
Open

Output of Linting to a file #157

francisminu opened this issue Apr 19, 2019 · 2 comments

Comments

@francisminu
Copy link

Hi,

Is it possible to save the output of reporter to a file rather than stdout?

@jednano
Copy link
Owner

jednano commented Apr 20, 2019

›report.txt?

The whole point of it going to stout is that you can pipe it to a file or wherever you want.

@maxthiel
Copy link

Note that on windows, you'll need to pipe stderr to stdout to capture all the messages sent by the check command.
Something like this:
eclint check "**/*.cs" > report.log 2>&1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants