panuhorsmalahti / gulp-tslint

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

Feature/error settings #14

Closed MrHen closed 9 years ago

MrHen commented 9 years ago

Added two error settings. When I turned on tslint for our project it kicked out something like 16000 errors and it was impossible to deal with. This adds a reporting cap and a way to change the default delimiter used in the error reporting.

I added tests and ran all of the existing ones and didn't see anything out of line.

MrHen commented 9 years ago

Addressed feedback; sorry about that.

panuhorsmalahti commented 9 years ago

Thank you for the PR!