Skip to content

Commit 86a2f29

Browse files
committed
.clang-tidy: enabled cppcoreguidelines-special-member-functions
1 parent 48a1e25 commit 86a2f29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.clang-tidy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Checks: >
4848
-performance-avoid-endl,
4949
-performance-inefficient-string-concatenation,
5050
-performance-no-automatic-move,
51-
-performance-noexcept-move-constructor
51+
-performance-noexcept-move-constructor,
52+
cppcoreguidelines-special-member-functions
5253
HeaderFilterRegex: '.*'
5354
WarningsAsErrors: '*'
5455
CheckOptions:

0 commit comments

Comments
 (0)