summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clang-tidy2
-rw-r--r--src/gui/.clang-tidy2
-rw-r--r--src/server/.clang-tidy2
3 files changed, 3 insertions, 3 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 51c2a5c9..5783b344 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -82,5 +82,5 @@ CheckOptions:
- key: cppcoreguidelines-explicit-virtual-functions.AllowOverrideAndFinal
value: 'true'
WarningsAsErrors: '*'
-HeaderFilterRegex: 'include/ingen/.*|tests/.*|src/.*'
+HeaderFilterRegex: '.*'
FormatStyle: file
diff --git a/src/gui/.clang-tidy b/src/gui/.clang-tidy
index 2578351f..c99c9007 100644
--- a/src/gui/.clang-tidy
+++ b/src/gui/.clang-tidy
@@ -83,5 +83,5 @@ CheckOptions:
- key: cppcoreguidelines-explicit-virtual-functions.AllowOverrideAndFinal
value: 'true'
WarningsAsErrors: '*'
-HeaderFilterRegex: 'include/ingen/.*|tests/.*|src/.*'
+HeaderFilterRegex: '.*'
FormatStyle: file
diff --git a/src/server/.clang-tidy b/src/server/.clang-tidy
index d76fbb55..b5c1b4a1 100644
--- a/src/server/.clang-tidy
+++ b/src/server/.clang-tidy
@@ -75,5 +75,5 @@ CheckOptions:
- key: cppcoreguidelines-explicit-virtual-functions.AllowOverrideAndFinal
value: 'true'
WarningsAsErrors: '*'
-HeaderFilterRegex: 'include/ingen/.*|tests/.*|src/.*'
+HeaderFilterRegex: '.*'
FormatStyle: file