cpplint is a static code checker for C++, forked from https://github.com/cpplint/cpplint
- Python >= 3.7.0
pip3 install -Ur dist-requirements
python3 setup.py sdist bdist_wheel
python3 cpplint.py sample/loop.cpp
Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit|sed|gsed]
[--filter=-x,+y,...]
[--counting=total|toplevel|detailed] [--root=subdir]
[--repository=path]
[--linelength=digits] [--headers=x,y,...]
[--recursive]
[--exclude=path]
[--extensions=hpp,cpp,...]
[--includeorder=default|standardcfirst]
[--quiet]
[--version]
<file> [file] ...
Project License can be found here.