diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-12-16 11:58:46 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-12-16 11:58:46 +0000 |
commit | 7b7cd112444b996a8ae6a6edfed00bcee67546c8 (patch) | |
tree | 53da94f2999e37648d85d4ced1f71ae4aa453f67 /src/.clang-tidy | |
parent | 69eacf2c5ee1c84e92153b525fd4302aec0f5f2a (diff) |
clang-tidy, qt: Force checks for headers in `src/qt`
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r-- | src/.clang-tidy | 1 |
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' |