From 346c16b4e2ea26f47e0e370a490b7794492a9ebb Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 23 Mar 2025 19:48:53 +0530 Subject: Apply clang-tidy suggestions --- templates/qtest.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/qtest.sh b/templates/qtest.sh index 48a9f7d..50d288c 100755 --- a/templates/qtest.sh +++ b/templates/qtest.sh @@ -10,6 +10,7 @@ echo "#include #include \"$class_name.hpp\" +// NOLINTBEGIN class ${class_name}Spec : public QObject { Q_OBJECT @@ -26,5 +27,6 @@ private slots: QTEST_REGISTER(${class_name}Spec) #include \"${class_name}Spec.moc\" +// NOLINTEND " > "./spec/${class_name}Spec.cpp" -- cgit v1.3.1