commit | 939d6a0f622f838f245f701dcc1e0ab5afb79513 | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Thu Sep 05 10:26:35 2024 +0100 |
committer | Soby Mathew <soby.mathew@arm.com> | Thu Sep 05 10:29:34 2024 +0100 |
tree | 9aba8c333842ebf7a380462928d86b2af89e05c4 | |
parent | 0a5b22603f2f62458d326c18cf6d8fecd0f5b1a7 [diff] |
fix(tools/clang-tidy): ignore header include check Newer version of clang-tidy has checks for header files inclusion and complains if the header file needed is not directly included in the .c file. TF-RMM does not implement this and hence ignore this check. Change-Id: Ifa241b930305239d0fe9d26139163aa2c667aeb1 Signed-off-by: Soby Mathew <soby.mathew@arm.com>