From b0e916913cedb8154419ec818bb9094a72fc8379 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:50:24 +0000 Subject: [PATCH] clang-tidy: Force to check all headers --- src/.clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.clang-tidy b/src/.clang-tidy index b2e69145484..3ad463e99b4 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -16,4 +16,4 @@ WarningsAsErrors: '*' CheckOptions: - key: performance-move-const-arg.CheckTriviallyCopyableMove value: false -HeaderFilterRegex: './qt' +HeaderFilterRegex: '.'