Tslint: XML Formatter for Jenkins Violations Plug-in

Created on 3 Jul 2015  路  4Comments  路  Source: palantir/tslint

Hi,
is a formatter available which is compatible with Jenkins' Violations plug-in?
Thanks
Andreas

Question

Most helpful comment

If I run tslint on multiple files:

tslint -o tslint_pmd.xml -t pmd src/**/*.ts

it creates malformed XML.

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings