Skip to content

Commit

Permalink
iox-#1391 Add new module paths to clang tidy diff scan file
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Feb 7, 2023
1 parent eb99b8c commit 42d0fbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .clang-tidy-diff-scans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
./iceoryx_hoofs/test/moduletests/test_polymorphic_handler.cpp
./iceoryx_hoofs/test/moduletests/test_static_lifetime_guard.cpp

./iceoryx_hoofs/posix/**/*

./iceoryx_hoofs/container/include/iox/**/*
./iceoryx_hoofs/test/moduletests/test_container_*

Expand All @@ -53,6 +55,14 @@

./iceoryx_hoofs/design/**/*
./iceoryx_hoofs/test/moduletests/test_design_*
./iceoryx_hoofs/utility/**/*
./iceoryx_hoofs/test/moduletests/test_utility_*

./iceoryx_hoofs/primitives/**/*
./iceoryx_hoofs/test/moduletests/test_primitives_*

./iceoryx_hoofs/time/**/*
./iceoryx_hoofs/test/moduletests/test_time_*

# IMPORTANT:
# after the first # everything is considered a comment, add new files and
Expand Down

0 comments on commit 42d0fbc

Please sign in to comment.