https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 48ca2cceb9d6e7cfc46d4fb4677159707bc7257e authored by wenqing on 27 April 2023, 10:09:14 UTC
Merge branch 'imprv_fixed_stress' into 'master'
Tip revision: 48ca2cc
.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