[WIP] C++ linter and formatter (experimental) #48
Annotations
4 errors and 10 warnings
|
|
|
|
|
firmware/include/handlers/WeatherHandler.h#L3
'string' file not found
|
|
firmware/include/handlers/BitmapHandler.h#L3
'string_view' file not found
|
|
firmware/src/services/ConnectivityService.cpp#L132
do not cast '<dependent type>' to 'const char *' through 'const void *'; use reinterpret_cast instead
|
|
firmware/src/services/ConnectivityService.cpp#L128
do not cast '<dependent type>' to 'const char *' through 'const void *'; use reinterpret_cast instead
|
|
firmware/src/services/ConnectivityService.cpp#L42
avoid do-while loops
|
|
firmware/include/services/ConnectivityService.h#L61
do not declare C-style arrays, use 'std::array' instead
|
|
firmware/include/services/ConnectivityService.h#L60
do not declare C-style arrays, use 'std::array' instead
|
|
firmware/include/services/ConnectivityService.h#L9
class 'ConnectivityService' defines a default destructor, a copy constructor and a copy assignment operator but does not define a move constructor or a move assignment operator
|
|
firmware/src/modes/StreamMode.cpp#L72
avoid do-while loops
|
|
firmware/src/modes/StreamMode.cpp#L56
avoid do-while loops
|
|
firmware/src/extensions/OtaExtension.cpp#L54
avoid do-while loops
|
|
firmware/src/extensions/OtaExtension.cpp#L45
avoid do-while loops
|
The logs for this run have expired and are no longer available.
Loading