https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f64b0e204baab829f407ca0451b99e23749b8cc2 authored by Lars Bilke on 15 March 2021, 09:36:53 UTC
Bump Boost to 1.69.0 for Clang compatibility.
Tip revision: f64b0e2
.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