Skip to content

Commit

Permalink
Upgrade cpplint.py (#885)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bnoordhuis authored Feb 11, 2020
1 parent 60e86a9 commit 8208c55
Show file tree
Hide file tree
Showing 2 changed files with 532 additions and 152 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ LINT_SOURCES = \
test/cpp/wrappedobjectfactory.cpp \
node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc

FILTER = -whitespace/parens
FILTER = -build/include_subdir,-whitespace/parens

.PHONY: lint

Expand Down
Loading

0 comments on commit 8208c55

Please sign in to comment.