aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-tidy
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-12-16 11:58:46 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-12-16 11:58:46 +0000
commit7b7cd112444b996a8ae6a6edfed00bcee67546c8 (patch)
tree53da94f2999e37648d85d4ced1f71ae4aa453f67 /src/.clang-tidy
parent69eacf2c5ee1c84e92153b525fd4302aec0f5f2a (diff)
downloadbitcoin-7b7cd112444b996a8ae6a6edfed00bcee67546c8.tar.xz
clang-tidy, qt: Force checks for headers in `src/qt`
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 9d78ccc959..5452bb117e 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -26,3 +26,4 @@ readability-redundant-string-init,
CheckOptions:
- key: performance-move-const-arg.CheckTriviallyCopyableMove
value: false
+HeaderFilterRegex: './qt'