Skip to content

Commit 67bcf19

Browse files
justinchubyankitm3k
authored andcommitted
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 bf9cb5a commit 67bcf19

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CPPLINT.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
filter=-whitespace

onnxruntime/core/providers/dml/CPPLINT.cfg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
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)