Fix #3125 #433
Annotations
1 error and 5 warnings
build
Process completed with exit code 1.
|
include/modules/clock.hpp:56:8 [readability-identifier-naming]:
include/modules/clock.hpp#L56
invalid case style for function 'local_zone'
|
src/modules/clock.cpp:396:30 [readability-convert-member-functions-to-static]:
src/modules/clock.cpp#L396
method 'local_zone' can be made static
|
src/modules/clock.cpp:397:15 [readability-identifier-naming]:
src/modules/clock.cpp#L397
invalid case style for variable 'tz_name'
|
src/modules/clock.cpp:398:7 [readability-implicit-bool-conversion]:
src/modules/clock.cpp#L398
implicit conversion 'const char *' -> bool
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|