Drop modernize-replace-auto-ptr from .clang-tidy

- std::auto_ptr was removed from the C++17 standard
- ClickHouse is compiled with C++20
- thus, the clang-tidy check is obsolete by now
This commit is contained in:
Robert Schulze 2022-04-02 21:32:17 +02:00
parent af4362e40a
commit 192ff2fcf5
No known key found for this signature in database
GPG Key ID: 15C08E29800B665D

View File

@ -16,7 +16,6 @@ Checks: '-*,
modernize-make-unique,
modernize-raw-string-literal,
modernize-redundant-void-arg,
modernize-replace-auto-ptr,
modernize-replace-random-shuffle,
modernize-use-bool-literals,
modernize-use-nullptr,