We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cb9f2 commit 2551012Copy full SHA for 2551012
3 files changed
README.rst
@@ -35,6 +35,7 @@ The modifications in this branch are minor fixes and cosmetic changes:
35
* JUnit XML output format
36
* Overriding repository root auto-detection via --repository
37
* Support ``#pragma once`` as an alternative to header include guards
38
+* Add quiet option to suppress non error-related output
39
40
Maintaining
41
-----------
changelog.rst
@@ -1,6 +1,11 @@
1
Changelog
2
---------
3
4
+1.1.0
5
+-----
6
+
7
+* Add quiet option to suppress non error-related output.
8
9
1.0.1
10
-----
11
setup.py
@@ -2,7 +2,7 @@
setup(name='cpplint',
- version='1.0.1',
+ version='1.1.0',
py_modules=['cpplint'],
# generate platform specific start script
entry_points={
0 commit comments