Revision 2d327bd4fabde8d48a5ff4a9eee2960d4c4f978a authored by Jörg Buchwald on 17 June 2021, 18:29:52 UTC, committed by Dmitry Yu. Naumov on 09 November 2021, 11:50:57 UTC
1 parent d58f9eb
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