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 коммит произвёл GitHub
Родитель 020d52d92c
Коммит a8539ec7d1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 2 добавлений и 2 удалений

1
CPPLINT.cfg Normal file
Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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