Revision 954fd25502a0e5ca2cb3a637765957090fc0855d authored by Thomas Fischer on 08 July 2021, 11:53:09 UTC, committed by Dmitry Yu. Naumov on 09 July 2021, 10:13:49 UTC
1 parent b8b4d0a
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