Skip to content

Commit a8539ec

Browse files
authored
Ignore all whitespace lint messages for cpplint (microsoft#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.
1 parent 020d52d commit a8539ec

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CPPLINT.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
filter=-whitespace

onnxruntime/core/providers/dml/CPPLINT.cfg

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
filter=-whitespace/comments,-readability/todo,-whitespace/end_of_line,-runtime/indentation_namespace
1+
filter=-readability/todo

0 commit comments

Comments
 (0)