Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jan 15, 2020
1 parent 02dbb04 commit 954f2dd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/cpplint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TESTS=$(wildcard ../../test/*.cpp) $(wildcard ../../test/*.hpp)

SUPPRESS_WHITESPACE_SUB=/indent,/braces,/comments,/newline,/labels,/operators,/parens
SUPPRESS_WHITESPACE=$(subst /,-whitespace/,$(SUPPRESS_WHITESPACE_SUB))
SUPPRESS_BUILD_SUB=/include_what_you_use,/c++11,/c++tr1
SUPPRESS_BUILD_SUB=/include_what_you_use,/c++11,/c++tr1,/header_guard
SUPPRESS_BUILD=$(subst /,-build/,$(SUPPRESS_BUILD_SUB))
SUPPRESS_READABILITY=-readability/todo,-readability/braces,-readability/function
SUPPRESS_RUNTIME=-runtime/int,-runtime/references,-runtime/string
Expand Down Expand Up @@ -55,6 +55,8 @@ clean:
rm -rf cpplint.py

cpplint.py:
git clone https://github.com/google/styleguide.git cpplint
cp cpplint/cpplint/cpplint.py cpplint.py
# git clone https://github.com/google/styleguide.git cpplint
# cp cpplint/cpplint/cpplint.py cpplint.py
git clone https://github.com/cpplint/cpplint.git cpplint
cp cpplint/cpplint.py cpplint.py
rm -rf cpplint

0 comments on commit 954f2dd

Please sign in to comment.