client: dev-tools: lib_linter: cppcheck: bump to --std=c++20

This commit is contained in:
2026-02-05 17:21:12 -08:00
parent 9eff9bd6fe
commit b9b6a0b9a1

View File

@@ -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