https://github.com/precice/precice
Raw File
Tip revision: 246efe26579c97d8fbac94d9e3f9daec71771352 authored by Frédéric Simonis on 24 November 2023, 11:37:16 UTC
Bump version to 2.5.1
Tip revision: 246efe2
.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"

WarningsAsErrors: '*'
back to top