Skip to content

CodeQL and clang-tidy #11109

CodeQL and clang-tidy

CodeQL and clang-tidy #11109

Triggered via push February 13, 2024 12:53
Status Failure
Total duration 45m 35s
Artifacts
Matrix: Analyze
Check whether clang-tidy succeeded
0s
Check whether clang-tidy succeeded
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
Check whether clang-tidy succeeded
Rec clang-tidy failed
Check whether clang-tidy succeeded
Process completed with exit code 1.
Analyze (cpp, rec)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (cpp, rec)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (cpp, rec): pdns/recursordist/test-aggressive_nsec_cc.cc#L1325
variable 'res' is not initialized (cppcoreguidelines-init-variables - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1248
variable name 'sr' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1266
an exception may be thrown in function '' which should not throw exceptions (bugprone-exception-escape - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1266
parameter name 'ip' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1266
the parameter #9 is copied for each invocation but only used as a const reference; consider making it a const reference (performance-unnecessary-value-param - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1290
do not use 'else' after 'return' (readability-else-after-return - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1299
do not use 'else' after 'return' (readability-else-after-return - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1338
variable name 'sr' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1356
an exception may be thrown in function '' which should not throw exceptions (bugprone-exception-escape - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1356
parameter name 'ip' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)