https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c2a478f85fe136133a4b4462a48122bb0c36fd72 authored by Dmitry Yu. Naumov on 27 April 2023, 15:11:23 UTC
Merge branch 'covariant-view' into 'master'
Tip revision: c2a478f
.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