diff options
author | Sven Göthel <[email protected]> | 2024-05-25 17:43:39 +0200 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-05-25 17:43:39 +0200 |
commit | 4d854e35325fdbd80d1e2e87bc538d1c249cb3a9 (patch) | |
tree | 30cfc941ba0b3007490c3a436aa0f0370f9fc566 /.clang-tidy | |
parent | d55f8a37a14deb14ca4412e8a0868dafbe9567b6 (diff) |
Adopt to jaulib: clangd/cland-tidy integration; Use VersionNumber
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 6dacc06..456db6d 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -16,7 +16,7 @@ CheckOptions: value: 'true' WarningsAsErrors: '*' -HeaderFilterRegex: '(include/gamp/.*|jaulib/include/jau/[a-zA-Z0-0]*)\.hpp' +HeaderFilterRegex: '(include/gamp/.*|jaulib/include/jau/.*)\.hpp' # AnalyzeTemporaryDtors: false FormatStyle: none InheritParentConfig: false |