Enable clang-tidy cert-oop58-cpp

Official docs:

  Finds assignments to the copied object and its direct or indirect
  members in copy constructors and copy assignment operators.
This commit is contained in:
Robert Schulze 2022-05-08 11:54:45 +02:00
parent f99a3d9284
commit 99b92438f0
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -20,7 +20,6 @@ Checks: '*,
-cert-msc51-cpp,
-cert-oop54-cpp,
-cert-oop57-cpp,
-cert-oop58-cpp,
-clang-analyzer-optin.performance.Padding,
-clang-analyzer-optin.portability.UnixAPI,