aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-tidy
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-01-31 11:50:24 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-01-31 11:50:24 +0000
commitb0e916913cedb8154419ec818bb9094a72fc8379 (patch)
treec61bcb74145972a27d9cbf7481ffd17b1c6bdc00 /src/.clang-tidy
parent96ee992ac3535848e2dc717bf284339badd40dcb (diff)
downloadbitcoin-b0e916913cedb8154419ec818bb9094a72fc8379.tar.xz
clang-tidy: Force to check all headers
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index b2e6914548..3ad463e99b 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: '.'