more clang-tidy fixups #14088
codeql-analysis.yml
on: pull_request
Matrix: Analyze
Force failure in case there are binaries present in a pull request
4s
Check whether clang-tidy succeeded
1s
Annotations
2 errors and 7 warnings
Check whether clang-tidy succeeded
Auth clang-tidy failed
|
Check whether clang-tidy succeeded
Process completed with exit code 1.
|
Analyze (cpp, rec):
pdns/dnswriter.cc#L43
constructor does not initialize these fields: d_recordplace (cppcoreguidelines-pro-type-member-init - Level=Warning)
|
Analyze (cpp, rec):
pdns/webserver.cc#L590
performing an implicit widening conversion to type 'ssize_t' (aka 'long') of a multiplication performed in type 'int' (bugprone-implicit-widening-of-multiplication-result - Level=Warning)
|
Analyze (cpp, rec):
pdns/axfr-retriever.cc#L34
parameter name 'tt' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
|
Analyze (cpp, dnsdist):
pdns/dnswriter.cc#L43
constructor does not initialize these fields: d_recordplace (cppcoreguidelines-pro-type-member-init - Level=Warning)
|
Analyze (cpp, auth):
pdns/axfr-retriever.cc#L34
parameter name 'tt' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
|
Analyze (cpp, auth):
pdns/dnswriter.cc#L43
constructor does not initialize these fields: d_recordplace (cppcoreguidelines-pro-type-member-init - Level=Warning)
|
Analyze (cpp, auth):
pdns/webserver.cc#L590
performing an implicit widening conversion to type 'ssize_t' (aka 'long') of a multiplication performed in type 'int' (bugprone-implicit-widening-of-multiplication-result - Level=Warning)
|