cpplint JUnit Converter
Tool that converts cpplint output to JUnit XML format. Use on your CI servers to get more helpful feedback.
Note: The advanced PyPI hosted version of cpplint supports JUnit output format natively and is preferred to this package.
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
2.0.1 - 2020-03-29
Fix trove classifiers.
2.0.0 - 2020-03-29
Drop Python 2.7.
1.3.0 - 2019-12-15
Drop Python 3.4 and support Python 3.8.
Include license file.
1.2.1 - 2019-10-14
Fix missing requirements.txt from source distribution that caused package to not install.
1.2.0 - 2018-07-09
Drop Python 3.3 and support Python 3.7.
1.1.0 - 2016-12-31
Support Python 3.6.
1.0.1 - 2016-03-05
Fix Python 2.7 compatibility by catching more general IOError on file not found.
1.0.0 - 2016-02-15
Release 1.0. Increase test coverage.
0.2.3 - 2015-11-14
Use “error” consistently 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.
Release files for cpplint-junit 2.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cpplint-junit-2.0.1.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cpplint_junit-2.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.6 kB
Release files / cpplint-junit-2.0.1.tar.gz
| Download URL | cpplint-junit-2.0.1.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
02a8191e5960932da50c0bd10995549636e9c357d4382fafd024ae7db184da7a
|
|
BLAKE2b-256 checksum How to use checksums |
0fc71138016a76d6b685587ff7f5f9ecda726e7db43d938c67e7f7cde67dfc3d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.1
|
Release files / cpplint_junit-2.0.1-py3-none-any.whl
| Download URL | cpplint_junit-2.0.1-py3-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2c5d935fcfb96d40fc91d6c9e37a97b4855cf43959dc1cacac845d2e694fd24d
|
|
BLAKE2b-256 checksum How to use checksums |
09039191eb2d3904f36951e500b4224194dbce2f40fcf8af0bf35448a7a262e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.1
|