Revision 75bf4ee87df0705863e596a8acb6f3d8f3f6230f authored by Dmitri Naumov on 08 April 2021, 20:17:22 UTC, committed by Dmitri Naumov on 11 May 2021, 20:06:58 UTC
1 parent 7c29e83
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