https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b3324a3d59c75129437b5e2ab80655887d882124 authored by Christoph Lehmann on 02 November 2023, 10:23:56 UTC
Merge branch 'remove-coupled-solutions' into 'master'
Tip revision: b3324a3
.clang-tidy
---
# Disable all checks, one check has to be enabled.
# Hack: if there is no enabled check clang-tidy (at least in the way it is
# invoked by CMake) prints out its own usage instructions. I have chosen an
# arbitrary check here.
Checks: '-*,boost-use-to-string'
back to top