Revision 0ccc2d516d0c0cf6f939c0c826a5a6b0d18c3f22 authored by Wenqing Wang on 05 May 2021, 13:58:10 UTC, committed by Dmitry Yu. Naumov on 11 May 2021, 16:22:10 UTC
1 parent a88d504
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