Skip to content

Commit 438382a

Browse files
GrueMasteraaronliu0130
authored andcommitted
Fix recursive exclude Issue #114 (#115)
1 parent e93e8fc commit 438382a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpplint_clitest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def testCfgFileSample(self):
177177
self.checkAllInFolder('./samples/cfg-file', 1)
178178

179179
def testBoostSample(self):
180-
self.checkAllInFolder('./samples/boost-sample', 4)
180+
self.checkAllInFolder('./samples/boost-sample', 5)
181181

182182
def testProtobufSample(self):
183183
self.checkAllInFolder('./samples/protobuf-sample', 1)

0 commit comments

Comments
 (0)