https://github.com/precice/precice
Raw File
Tip revision: fc9110f33dd605c68e92abce720e9f5ad8216eab authored by Frédéric Simonis on 22 March 2024, 15:19:11 UTC
Bump version to 3.0.1
Tip revision: fc9110f
.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