https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 10d9cfd92c6d8f632edc3207f7d96d8816168360 authored by montoyav on 12 March 2021, 08:40:23 UTC
Merge branch 'master' into 'cherry-pick-54f2208a'
Tip revision: 10d9cfd
.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