Revision f9bc6a35dba4fc098da9aa5dcc10602bae1290d9 authored by Lars Bilke on 30 April 2021, 13:27:25 UTC, committed by Dmitri Naumov on 09 May 2021, 12:00:27 UTC
1 parent dc398cc
Raw File
.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