Revision 5ae2d434a95b8524a1cb1d4354bb7484b611af11 authored by Steffen Beese on 21 July 2021, 07:28:20 UTC, committed by Dmitri Naumov on 29 July 2021, 19:34:35 UTC
1 parent cbc9f71
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