Skip to content

Commit 145fdda

Browse files
committed
chore: update .clang-tidy
1 parent 703596e commit 145fdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,performance-*,bugprone-*,clang-analyzer-*,mpi-*,misc-*,readability-*'
33
WarningsAsErrors: ''
44
HeaderFilterRegex: ''
5-
AnalyzeTemporaryDtors: false
5+
# AnalyzeTemporaryDtors: false # Remove or comment this line
66
FormatStyle: 'file'
77
CheckOptions:
88
- key: bugprone-argument-comment.CommentBoolLiterals

0 commit comments

Comments
 (0)