Loading cpp/build-support/lint_exclusions.txt +2 −1 Original line number Diff line number Diff line Loading @@ -4,3 +4,4 @@ *src/thirdparty* *src/core/thirdparty* *src/grpc* *easylogging++* No newline at end of file cpp/build-support/run_cpplint.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
cpp/build-support/lint_exclusions.txt +2 −1 Original line number Diff line number Diff line Loading @@ -4,3 +4,4 @@ *src/thirdparty* *src/core/thirdparty* *src/grpc* *easylogging++* No newline at end of file
cpp/build-support/run_cpplint.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading