Skip to content

Commit 0e9a9f5

Browse files
committed
fix
1 parent 9b2d747 commit 0e9a9f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ UseColor: true
1515
FormatStyle: 'file'
1616
CheckOptions:
1717
modernize-use-nullptr.NullMacros: 'NULL'
18+
# std::exception_ptr is a cheap to copy, pointer-like type; we pass it by value all the time.
1819
performance-unnecessary-value-param.AllowedTypes: 'std::exception_ptr'

.github/workflows/clang_tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
- name: Run Clang Tidy
6363
working-directory: ice-demos/cpp
6464
run: |
65-
run-clang-tidy-19 -j$(nproc) -quiet -enable-check-profile
65+
run-clang-tidy-19 -j$(nproc) -quiet

0 commit comments

Comments
 (0)