aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-11-18 13:47:46 +0100
committerDavid Robillard <d@drobilla.net>2019-11-18 19:33:16 +0100
commitdd90f0dc8918e3ebfc4f526e332bfdb71129531f (patch)
treedc80016fd6c55eb95c88fdc71deca5dcb9192da4 /.clang-tidy
parente9ae30eaa96df7deed014bba00bf999d8b43aa8d (diff)
Ignore clang-tidy warnings in system headers
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 750180d..84d9c0b 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -9,5 +9,5 @@ Checks: >
-llvm-header-guard,
-readability-else-after-return
WarningsAsErrors: ''
-HeaderFilterRegex: '.*'
+HeaderFilterRegex: 'pugl/.*|test/.*'
FormatStyle: file