panuhorsmalahti / gulp-tslint

TypeScript linter plugin for Gulp
MIT License
118 stars 44 forks source link

add option to write tslint output to file #86

Closed tobiastraxel closed 7 years ago

tobiastraxel commented 7 years ago

Hi,

we need the tslint results in a file on our build server. Instead of using the example in test/gulpfile.js I enhanced the report options with a filename in property out.

Tobias

tobiastraxel commented 7 years ago

Hi,

I figured out that this doesn't work when checking multiple source files. I need to dig a bit deeper into the gulp stream logic to get this right.

Tobias