summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-10-04 13:52:55 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-10-07 17:51:22 +0200
commit6d484db9b293aac4b8bd790eb7aead3a806f8c7b (patch)
treec7a93cef8a95006f217d557300151ce5e8735437 /test/buildtool/execution_engine
parent0fc0d9118b5e525fa582de0286c8e83bb0da4e16 (diff)
downloadjustbuild-6d484db9b293aac4b8bd790eb7aead3a806f8c7b.tar.gz
Enable cppcoreguidelines-* checks.
Diffstat (limited to 'test/buildtool/execution_engine')
-rw-r--r--test/buildtool/execution_engine/traverser/traverser.test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/buildtool/execution_engine/traverser/traverser.test.cpp b/test/buildtool/execution_engine/traverser/traverser.test.cpp
index a6fb2c85..6bbafc03 100644
--- a/test/buildtool/execution_engine/traverser/traverser.test.cpp
+++ b/test/buildtool/execution_engine/traverser/traverser.test.cpp
@@ -156,6 +156,7 @@ class TestExecutor {
TestBuildInfo* build_info_;
template <typename Container>
+ // NOLINTNEXTLINE(cppcoreguidelines-missing-std-forward)
[[nodiscard]] auto AllAvailable(Container&& c) const noexcept -> bool {
return std::all_of(std::begin(c), std::end(c), [](auto node) {
return node->TraversalState()->IsAvailable();