Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 06803e93 authored by gama's avatar gama
Browse files

[BUILD] Fix regex for clang-tidy filters

parent 1b87067f
No related branches found
No related tags found
No related merge requests found
Pipeline #50145 failed
......@@ -9,7 +9,7 @@ function(create_analysis_target target_name)
COMMAND
${Python_EXECUTABLE} "${CMAKE_SOURCE_DIR}/scripts/run-clang-tidy.py"
"-p${CMAKE_BINARY_DIR}" "-config-file=${CMAKE_SOURCE_DIR}/.clang-tidy"
"-header-filter=.*sandbox(?!.*_deps).*"
"-source-filter=.*sandbox(?!.*_deps).*"
"-header-filter=.*sandbox(?!.*_deps|.*cpm_cache).*"
"-source-filter=.*sandbox(?!.*_deps|.*cpm_cache).*"
VERBATIM USES_TERMINAL)
endfunction()
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