We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1288c commit cab89d4Copy full SHA for cab89d4
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "node-cpplint",
3
"description": "Validates C++ files with cpplint",
4
- "version": "0.1.5",
+ "version": "0.2.0",
5
"homepage": "https://github.com/stephenmathieson/node-cpplint",
6
"author": {
7
"name": "Stephen Mathieson",
readme.md
@@ -139,6 +139,11 @@ and verify that all unit tests are passing with `grunt vows`.
139
140
## Revision History
141
142
+### 0.2.0
143
+
144
+- update cpplint
145
+- added extensions option for overriding what file extensions to lint
146
147
### 0.1.5
148
149
- more windows compability fixes (line-endings) (@zcbenz)
0 commit comments