panuhorsmalahti / gulp-tslint

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

Add `allowWarnings` option to print warnings without failing #122

Closed sjbarag closed 7 years ago

sjbarag commented 7 years ago

TSLint 5.0 supports a "severity" field, allowing rules to either be an error, a warning, or completely disabled. The new allowWarnings option to gulpTslint.report allows a build to succeed while still printing formatted warnings.

fixes #116

sjbarag commented 7 years ago

Not sure if there's anything specific I need to do beyond a comment above the tests I added; hopefully the Travis build will succeed! Please let me know if you have any questions 😄

sjbarag commented 7 years ago

Forgot to add documentation to README.md — sorry about that!

panuhorsmalahti commented 7 years ago

Thank you for the contribution 👍