From 06fc29326b6c17204b3ed179cdb07071ac18183d Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 17 Jan 2023 13:11:19 +0000 Subject: [PATCH] refactor: Remove duplication of clang-tidy's check names --- src/.clang-tidy | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/.clang-tidy b/src/.clang-tidy index bcce5431147..b2e69145484 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -12,19 +12,7 @@ performance-unnecessary-copy-initialization, readability-redundant-declaration, readability-redundant-string-init, ' -WarningsAsErrors: ' -bugprone-argument-comment, -bugprone-use-after-move, -misc-unused-using-decls, -modernize-use-default-member-init, -modernize-use-nullptr, -performance-for-range-copy, -performance-move-const-arg, -performance-no-automatic-move, -performance-unnecessary-copy-initialization, -readability-redundant-declaration, -readability-redundant-string-init, -' +WarningsAsErrors: '*' CheckOptions: - key: performance-move-const-arg.CheckTriviallyCopyableMove value: false