https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 672df83ec2a2063f72aeef0cfd3edfdfc89bd266 authored by Dmitry Yu. Naumov on 04 October 2023, 09:27:38 UTC
Merge branch 'SupressDefaultOutputForGivenFixedTimeSteps' into 'master'
Tip revision: 672df83
.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