summaryrefslogtreecommitdiffstats
path: root/src/gui/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/.clang-tidy')
-rw-r--r--src/gui/.clang-tidy2
1 files changed, 1 insertions, 1 deletions
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