Skip to content

Commit c690747

Browse files
committed
revert changes
1 parent c449709 commit c690747

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 # Remove or comment this line
5+
AnalyzeTemporaryDtors: false
66
FormatStyle: 'file'
77
CheckOptions:
88
- key: bugprone-argument-comment.CommentBoolLiterals

tests/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from cpp_linter_hooks.util import ensure_installed, DEFAULT_CLANG_VERSION
77

88

9-
VERSIONS = [None, "18"]
9+
VERSIONS = [None, "16"]
1010
TOOLS = ["clang-format", "clang-tidy"]
1111

1212

0 commit comments

Comments
 (0)