Ignore all whitespace lint messages for cpplint (#22781)

### Description

Ignore all whitespace lint messages for cpplint. Remove redundant
configs in dml/.

### Motivation and Context

They are handled automatically by clang-format and creates too much
noise in the PR files tab.
This commit is contained in:
Justin Chu 2024-11-08 14:31:28 -08:00 committed by GitHub
parent 020d52d92c
commit a8539ec7d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

1
CPPLINT.cfg Normal file
View file

@ -0,0 +1 @@
filter=-whitespace

View file

@ -1 +0,0 @@
filter=-whitespace/braces,-whitespace/parens,-whitespace/line_length,-whitespace/indent,-whitespace/newline

View file

@ -1 +1 @@
filter=-whitespace/comments,-readability/todo,-whitespace/end_of_line,-runtime/indentation_namespace
filter=-readability/todo