client: dev-tools: lib_linter: cppcheck: bump to --std=c++20
This commit is contained in:
@@ -177,7 +177,7 @@ function lib_linter::__lint_cpp()
|
||||
|
||||
local -r _clang_format="clang-format -i --style=file:${_clang_file}"
|
||||
local -r _cpplint="cpplint --root=${DOCKER_FINANCE_CLIENT_REPO} --filter=-whitespace/braces,-whitespace/newline,-whitespace/line_length,-build/c++11 --headers=hh --extensions=hh,cc,cpp,C"
|
||||
local -r _cppcheck="cppcheck --enable=warning,style,performance,portability --inline-suppr --std=c++17"
|
||||
local -r _cppcheck="cppcheck --enable=warning,style,performance,portability --inline-suppr --std=c++20"
|
||||
|
||||
if [ -z "${_path[*]}" ]; then
|
||||
# Do all
|
||||
|
||||
Reference in New Issue
Block a user