Hi,
is a formatter available which is compatible with Jenkins' Violations plug-in?
Thanks
Andreas
Looking at the project page for the plugin, it seems like it supports PMD format XML files.
There is indeed a PMD formatter available in tslint. It looks like this fact is missing from the README, so I'll create a task to add it there.
closing this issue for now. please comment if you run into any issues with the PMD formatter.
If I run tslint on multiple files:
tslint -o tslint_pmd.xml -t pmd src/**/*.ts
it creates malformed XML.
@hadalin that sounds like an existing issue: https://github.com/palantir/tslint/issues/656
Most helpful comment
If I run
tslinton multiple files:tslint -o tslint_pmd.xml -t pmd src/**/*.tsit creates malformed XML.