test: servicedb c99-designator fix follow-up #50
Annotations
2 errors, 3 warnings, and 1 notice
tests/daemon/unittest_service_db.cc:10:10 [clang-diagnostic-error]:
tests/daemon/unittest_service_db.cc#L10
'gtest/gtest.h' file not found
|
cpp-linter
Process completed with exit code 1.
|
tests/daemon/unittest_service_db.cc:679:13 [cppcoreguidelines-avoid-non-const-global-variables]:
tests/daemon/unittest_service_db.cc#L679
variable 'g_mlsvc_table_schema_v1' is non-const and globally accessible, consider making it const
|
tests/daemon/unittest_service_db.cc:683:1 [modernize-use-trailing-return-type]:
tests/daemon/unittest_service_db.cc#L683
use a trailing return type for this function
|
tests/daemon/unittest_service_db.cc:683:25 [readability-named-parameter]:
tests/daemon/unittest_service_db.cc#L683
all parameters should be named in a function
|
Run clang-format on tests/daemon/unittest_service_db.cc:
tests/daemon/unittest_service_db.cc#L1
File tests/daemon/unittest_service_db.cc does not conform to Custom style guidelines. (lines 678, 685, 686, 688, 689, 690, 692)
|