-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
In my case, I need to read messages of gulp plugin, and show them in GUI.
I write a module, to read messages of gulp-eslint or gulp-jshint, both of them are have way to read output.
That is code from gulp-eslint, it is output result as file.eslint:
file.eslint = verify(file.contents.toString(), filePath);https://github.com/adametry/gulp-eslint/blob/master/index.js#L70
That is code from gulp-jshint, it is output result as file.jshint:
// get or create file.jshint, we will write all output here
var out = file.jshint || (file.jshint = {});https://github.com/spalger/gulp-jshint/blob/master/src/lint.js#L90
That is what I want: #106
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels