Skip to content

Commit

Permalink
Minor changes to test CI PR trigger (#634)
Browse files Browse the repository at this point in the history
* Test PR trigger

* Update setup.cfg

* minor update for test PR trigger
  • Loading branch information
wenbingl authored Jan 16, 2024
1 parent a03eded commit fb0a907
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# turn off readability-braces-around-statements to allow single line statement like 'if (x == y) doSomething();'
Checks: '-*,cppcoreguidelines-*,google-*,readability-*,modernize-*,-readability-braces-around-statements,-google-runtime-references,-cppcoreguidelines-pro-type-reinterpret-cast'
WarningsAsErrors: ''
HeaderFilterRegex: '.*onnxruntime\/core\/.*'
HeaderFilterRegex: 'includes\/.*'
AnalyzeTemporaryDtors: false
FormatStyle: none
CheckOptions:
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[build]
build_base = .scb
# debug = 1

0 comments on commit fb0a907

Please sign in to comment.