feat(logging): add logging macros (4/6) #3070
Annotations
2 errors, 4 warnings, and 1 notice
|
cpp-linter
Process completed with exit code 1.
|
|
cpp-linter
Process completed with exit code 1.
|
|
cpp-linter
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
src/iceberg/test/macros_test.cc:82:7 [google-readability-braces-around-statements]:
src/iceberg/test/macros_test.cc#L82
statement should be inside braces
|
|
src/iceberg/test/macros_test.cc:80:13 [google-readability-braces-around-statements]:
src/iceberg/test/macros_test.cc#L80
statement should be inside braces
|
|
src/iceberg/test/macros_active_level_test.cc:41:8 [clang-analyzer-deadcode.DeadStores]:
src/iceberg/test/macros_active_level_test.cc#L41
Value stored to 'counted' during its initialization is never read
|
|
Run clang-format on src/iceberg/logging/logger.h:
src/iceberg/logging/logger.h#L0
File src/iceberg/logging/logger.h does not conform to Custom style guidelines. (lines 390, 391, 415, 416, 417, 419, 420, 421, 422, 424, 425, 427, 428, 429, 448, 449, 450, 451, 452, 453, 454, 456, 457, 459, 460, 461, 462, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 510, 511, 512, 514, 515, 517, 519, 520, 522, 523, 524, 525, 526, 527)
|