Skip to content
Snippets Groups Projects
Commit 95ccabd4 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[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.
parent de5cea03
No related branches found
No related tags found
1 merge request!1WIP: Emper shutdown
Pipeline #56784 passed
......@@ -20,4 +20,4 @@ WarningsAsErrors: >
readability-*,
performance-*,
HeaderFilterRegex: emper/*
HeaderFilterRegex: .*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment