TSLint formatter: tap

Formats output as TAP stream.

Provides error messages output in TAP13 format which can be consumed by any TAP formatter.

Sample Output

TAP version 13 1..1 not ok 1 - Some error — message: Variable has any type severity: error data: ruleName: no-any fileName: test-file.ts line: 10 character: 10 failureString: Some error rawLines: Some raw output …