test clang-tidy pr #9833
Annotations
4 errors
Show cppcheck-report result:
common/autoware_time_utils/src/time_utils/time_utils.cpp#L23
The class 'Hoge' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor]
|
Show cppcheck-report result:
common/autoware_time_utils/src/time_utils/time_utils.cpp#L26
class member 'Hoge::a_' is never used. [unusedStructMember]
|
Fail the job if Cppcheck failed
Process completed with exit code 1.
|
Run Cppcheck on modified packages
Process completed with exit code 1.
|
Loading