Revision b1116c31d446e66adf1f40dc5781a3fb645b2ad4 authored by June on 03 April 2024, 15:23:08 UTC, committed by GitHub on 03 April 2024, 15:23:08 UTC
2 parent s 286f6a1 + 9ee69ff
Raw File
.clang-tidy
# clang-tidy settings to be used with ./tools/linting/run_clang_tidy.sh

Checks:          "-*,modernize-deprecated-headers,modernize-make-shared,modernize-use-bool-literals,modernize-loop-convert,modernize-use-equals-default,modernize-use-emplace,modernize-use-nullptr,modernize-concat-nested-namespaces"

WarningsAsErrors: '*'
back to top