Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work correctly with reporters that require before/after output #84

Open
wurmr opened this issue Oct 14, 2014 · 0 comments
Open

Comments

@wurmr
Copy link

wurmr commented Oct 14, 2014

It looks like this plugin is calling the reporter function with a result set for every file that is processed and not for the entire collection.

Reporters like jshint-teamcity, jshint-teamcity-compile, and jshint-checkstyle-file-reporter need to be able to place output on the console at the beginning and end of every full run. In the last example it keeps overwriting the same file with new content if an output file is specified.

Ideally gulp-jshint compiles all of the errors it sees and then runs the results through the reporter once, not once per file in the glob.

References issue jshint-teamcity-compile #1.

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

No branches or pull requests

1 participant