v3.0.0 - Complete rewrite with breaking changes and new features
Note: v3.0.0 is completely rewritten to keep it more maintainable (borrowing from eslint-teamcity and tslint internal tests), and will be a breaking change to your configuration and output.
Breaking Changes
- From the CLI, the formatter can now be specified as
-t ./node_modules/tslint-teamcity-reporter/index.js
- The lint errors reported as tests are now grouped by file
- This means that on the top-level, you only see failed files, not individual errors
- The individual errors are now displayed as error output for each file
- This means that the 'failed test count' will drop significantly, please take into account in your overall metrics
- If you liked the old approach better, please let me know in a ticket, and I can add it back as an option
- Warnings are now treated as such, will show up in the logs and at the bottom of a failed test