From 607bd33b083910a47df456a24a3904c039064164 Mon Sep 17 00:00:00 2001 From: starlord Date: Wed, 25 Sep 2019 20:14:55 +0800 Subject: [PATCH] excluse some files Former-commit-id: 5b1b5b4c5d31d2915573c26d8438f7382cabbeca --- cpp/build-support/lint_exclusions.txt | 3 ++- cpp/build-support/run_cpplint.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cpp/build-support/lint_exclusions.txt b/cpp/build-support/lint_exclusions.txt index 3ae6878c4..f08664a1a 100644 --- a/cpp/build-support/lint_exclusions.txt +++ b/cpp/build-support/lint_exclusions.txt @@ -3,4 +3,5 @@ *cmake_build* *src/thirdparty* *src/core/thirdparty* -*src/grpc* \ No newline at end of file +*src/grpc* +*easylogging++* \ No newline at end of file diff --git a/cpp/build-support/run_cpplint.py b/cpp/build-support/run_cpplint.py index 2a3374827..98c417085 100755 --- a/cpp/build-support/run_cpplint.py +++ b/cpp/build-support/run_cpplint.py @@ -84,7 +84,7 @@ if __name__ == "__main__": cmd = [ arguments.cpplint_binary, '--verbose=2', - '--linelength=90', + '--linelength=120', '--filter=' + ','.join(_filters) ] if (arguments.cpplint_binary.endswith('.py') and -- GitLab