Skip to content

ci: Fix clang-tidy-diff iregex

Eduardo Almeida requested to merge edalm/ns-3-dev:fix-clang-tidy-diff into master

Remove the .*ns.* prefix from the clang-tidy-diff regex.

This prefix is necessary for the full clang-tidy jobs, to avoid scanning the system libraries. However, it should not be used in the diff job, since the file paths generated by git diff are relative.

More details in this thread: !1362 (comment 1295693165)

Alternative to !1362 (closed)

Edited by Eduardo Almeida

Merge request reports