https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 65b31f55718200fcf4bd5ec6af5a701f51b63a3f authored by wenqing on 16 April 2021, 13:39:35 UTC
Merge branch 'fixTRM' into 'master'
Tip revision: 65b31f5
.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