Add missing NOLINTEND clang-tidy comment
This commit is contained in:
committed by
Chris Hennes
parent
bd07c8a214
commit
3bad5dabde
@@ -2182,6 +2182,7 @@ bool CDxfRead::ReadText()
|
||||
// NOLINTBEGIN(cppcoreguidelines-avoid-magic-numbers, readability-magic-numbers)
|
||||
double height = 0.03082;
|
||||
double rotation = 0;
|
||||
// NOLINTEND(cppcoreguidelines-avoid-magic-numbers, readability-magic-numbers)
|
||||
std::string textPrefix;
|
||||
|
||||
Setup3DVectorAttribute(ePrimaryPoint, insertionPoint);
|
||||
|
||||
@@ -154,3 +154,4 @@ TEST(Unit, representation_no_name)
|
||||
const auto actual = unit.representation();
|
||||
EXPECT_EQ(actual, expect);
|
||||
}
|
||||
// NOLINTEND
|
||||
|
||||
Reference in New Issue
Block a user