johnthagen/cpplint-junit

View on GitHub
test.py

Summary

Maintainability
A
1 hr
Test Coverage

Function test_all has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def test_all(self):  # type: () -> None
        file1 = 'bad.cpp'
        file2 = 'bad2.cpp'
        failures = parse_cpplint('tests/cpplint-out-all.txt')

Severity: Minor
Found in test.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status