mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
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:
parent
020d52d92c
commit
a8539ec7d1
3 changed files with 2 additions and 2 deletions
1
CPPLINT.cfg
Normal file
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue