Skip to content

Commit 8208c55

Browse files
authored
Upgrade cpplint.py (#885)
Commit af24c71 from 2018 allegedly updated cpplint.py to make it compatible with python 3 but it dies silently for me and others with python 3.7. Upgrade to the latest from https://github.com/cpplint/cpplint. Fixes: #884
1 parent 60e86a9 commit 8208c55

File tree

2 files changed

+532
-152
lines changed

2 files changed

+532
-152
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ LINT_SOURCES = \
8484
test/cpp/wrappedobjectfactory.cpp \
8585
node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc
8686

87-
FILTER = -whitespace/parens
87+
FILTER = -build/include_subdir,-whitespace/parens
8888

8989
.PHONY: lint
9090

0 commit comments

Comments
 (0)