Converts cpplint output to JUnit format.
Project description
Tool that converts cpplint output to JUnit XML format. Use on your CI servers to get more helpful feedback.
Installation
You can install, upgrade, and uninstall cpplint-junit with these commands:
$ pip install cpplint-junit
$ pip install --upgrade cpplint-junit
$ pip uninstall cpplint-junit
Usage
Redirect cpplint stderr to a file:
$ cpplint main.cpp 2> cpplint.txt
Convert it to JUnit XML format:
$ cpplint_junit cpplint.txt cpplint_junit.xml
Releases
0.2.3 - 2015-11-14
Use “error” consistantly rather than “failure” to refer to results from cpplint.
0.2.2 - 2015-11-14
Mis-release.
0.2.1 - 2015-10-24
Added console entry point.
0.1.0 - 2015-10-24
First release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cpplint-junit-0.2.3.zip
(5.9 kB
view hashes)
Built Distribution
Close
Hashes for cpplint_junit-0.2.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | efbae9562d6054cb90bfcb8ebac4b9aeda851fb2c79ea9d0ec9f98a4dcbffd16 |
|
MD5 | 033a4ab785ced211246621de0cbdd907 |
|
BLAKE2b-256 | fb5f9891cbcdd69bf70117e6e980d7ffb0e57e47d6dca106740151fd4b43fd61 |