auth: added self weighted lua function #13862
codeql-analysis.yml
on: pull_request
Matrix: Analyze
Force failure in case there are binaries present in a pull request
6s
Check whether clang-tidy succeeded
0s
Annotations
2 errors and 6 warnings
Check whether clang-tidy succeeded
Auth clang-tidy failed
|
Check whether clang-tidy succeeded
Process completed with exit code 1.
|
Analyze (cpp, auth):
pdns/lua-record.cc#L91
parameter name 'cd' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
|
Analyze (cpp, auth):
pdns/lua-record.cc#L246
parameter name 'cd' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
|
Analyze (cpp, auth):
pdns/lua-record.cc#L277
parameter name 'cd' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
|
Analyze (cpp, auth):
pdns/lua-record.cc#L1199
statement should be inside braces (readability-braces-around-statements - Level=Warning)
|
Analyze (cpp, auth):
pdns/lua-record.cc#L1209
statement should be inside braces (readability-braces-around-statements - Level=Warning)
|
Analyze (cpp, auth):
pdns/lua-record.cc#L1213
statement should be inside braces (readability-braces-around-statements - Level=Warning)
|