https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 481ea281961d6c9b9e10c63915df460501f0c029 authored by Christoph Lehmann on 19 December 2022, 09:28:41 UTC
Merge branch 'fix-petsc-build' into 'master'
Tip revision: 481ea28
.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