Skip to content

I need a way to read messages of postcss #105

@gucong3000

Description

@gucong3000

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions