PSPDFKit-labs / clang-tidy-to-junit

A little script that can convert Clang-Tidy output to a JUnit XML file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clang-tidy-to-junit

A little script that can convert Clang-Tidy output to a JUnit XML file.

Usage:

$ cat clang-tidy-output | ./clang-tidy-to-junit.py /path/to/repository >junit.xml

You have to specify the /path/to/repository in order for the script to shorten the filenames in the junit.xml.

About

A little script that can convert Clang-Tidy output to a JUnit XML file.

License:MIT License


Languages

Language:Python 100.0%