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 8628af8 commit 2b8e31dCopy full SHA for 2b8e31d
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "node-cpplint",
3
"description": "Validates C++ files with cpplint",
4
- "version": "0.3.1",
+ "version": "0.4.0",
5
"homepage": "https://github.com/stephenmathieson/node-cpplint",
6
"author": {
7
"name": "Stephen Mathieson",
readme.md
@@ -138,6 +138,10 @@ and verify that all unit tests are passing with `grunt vows`.
138
139
## Revision History
140
141
+### 0.4.0
142
+
143
+- add support for the `linelength` option
144
145
### 0.3.0
146
147
- update cpplint
0 commit comments