File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ The modifications in this branch are minor fixes and cosmetic changes:
3030* python 3k compatibility
3131* minor fixes around default file extensions
3232* continuous integration on travis
33- * support for recursive file discover via the --recursive argument
33+ * support for recursive file discovery via the --recursive argument
34+ * support for excluding files via --exclude
3435* JUnit XML output format
3536* Overriding repository root auto-detection via --repository
3637* Support ``#pragma once `` as an alternative to header include guards
Original file line number Diff line number Diff line change 11Changelog
22---------
33
4+ 0.0.9
5+ -----
6+
7+ Adds the --exclude flag to exclude files from being linted.
8+
490.0.8
510-----
611
Original file line number Diff line number Diff line change 22
33
44setup (name = 'cpplint' ,
5- version = '0.0.8 ' ,
5+ version = '0.0.9 ' ,
66 py_modules = ['cpplint' ],
77 # generate platform specific start script
88 entry_points = {
You can’t perform that action at this time.
0 commit comments