Commit a0ce5ff7 authored by groot's avatar groot
Browse files

excluse some files


Former-commit-id: 62fc0d24e133e8f792acc2165edfcce055addbe6
parent 806cc812
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@
*src/thirdparty*
*src/core/thirdparty*
*src/grpc*
*easylogging++*
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -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