test: common: software associations: remove NOLINT
remove `clang-analyzer-core.uninitialized.Branch` in a testcase.
Apparently the NOLINT is not required there, not sure if it was due to
clang update or if it's been resolved in later revisions of the linked
patch. Anyways we can drop it now.
Tested: clang-tidy passes
Fixes: ade5c5aad34fa313b1bdd88577f44ba6f64ef43c
Change-Id: Ibba3a10db586b3096880fecba68ebc797b6ac077
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/test/common/software/software_association.cpp b/test/common/software/software_association.cpp
index 98fe3a9..3b4af79 100644
--- a/test/common/software/software_association.cpp
+++ b/test/common/software/software_association.cpp
@@ -118,7 +118,6 @@
TEST_F(SoftwareAssocTest, TestSoftwareAssociationActivating)
{
- // NOLINTNEXTLINE(clang-analyzer-core.uninitialized.Branch)
ctx.spawn(testSoftwareAssociation(ctx, device, objPathCurrentSoftware,
busName, false, "activating"));
ctx.run();