From 95ccabd4631a38157df7bed0ec2d35457d89ae19 Mon Sep 17 00:00:00 2001
From: Florian Schmaus <flow@cs.fau.de>
Date: Tue, 26 Jan 2021 21:36:53 +0100
Subject: [PATCH] [clang-tidy] Set HeaderFilterRegex to '.*'

This matches now all headers in the repository, instead of just the
ones in the emper/ subdirectory, for example the
/tests/fixtures.network.hpp header.
---
 .clang-tidy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.clang-tidy b/.clang-tidy
index 237902b6..561eb876 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -20,4 +20,4 @@ WarningsAsErrors: >
   readability-*,
   performance-*,
 
-HeaderFilterRegex: emper/*
+HeaderFilterRegex: .*
-- 
GitLab