Automated checker to ensure C++ files follow Google's style guide
Project description
cpplint - static code checker for C++
Cpplint is a command-line tool to check C/C++ files for style issues following Google’s C++ style guide. Cpplint is developed and maintained by Google Inc. at google/styleguide, also see the wikipedia entry
While Google maintains cpplint, Google is not (very) responsive to issues and pull requests, this fork aims to be (somewhat) more open to add fixes to cpplint to enable fixes, when those fixes make cpplint usable in wider contexts. Also see discussion here https://github.com/google/styleguide/pull/528.
Installation
To install cpplint from PyPI, run:
$ pip install cpplint
Then run it with:
$ cpplint [OPTIONS] files
For full usage instructions, run:
$ cpplint --help
Changes
The modifications in this fork are minor fixes and cosmetic changes, such as:
python 3 compatibility
more default file extensions
customizable file extensions with the –extensions argument
continuous integration on travis
support for recursive file discovery via the –recursive argument
support for excluding files via –exclude
JUnit XML output format
Overriding repository root auto-detection via –repository
Support #pragma once as an alternative to header include guards
… and a few more (most of which are open PRs on upstream)
Acknowledgements
Thanks to Google Inc. for open-sourcing their in-house tool. Thanks to maintainers of the fork
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
Built Distribution
File details
Details for the file cpplint-1.5.3.tar.gz
.
File metadata
- Download URL: cpplint-1.5.3.tar.gz
- Upload date:
- Size: 359.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78c72b74a3ed337466a62d8d562310d759f55d3ae734bd50f10c2dc6679b1331 |
|
MD5 | 5f5df58c207fffb085df3e4532ef2e55 |
|
BLAKE2b-256 | b2fbf7913a67ed2c6b835cf062daccb842921d7f96683dd8f682460f00b5bee5 |
File details
Details for the file cpplint-1.5.3-py3-none-any.whl
.
File metadata
- Download URL: cpplint-1.5.3-py3-none-any.whl
- Upload date:
- Size: 77.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94084e0b3af5827bb678715a049bce67b6ab88821f21ee0d242be43c4d3821a6 |
|
MD5 | 1873c5eb622974bca30882604dc53679 |
|
BLAKE2b-256 | f736c35ea562b14f7193488f2d7507debf99dc1555b79ae6586a786855f6a6fa |