Revision 444339281409233cc6368266d71bdeed4778a75b authored by Thomas Fischer on 13 July 2021, 10:48:42 UTC, committed by Dmitry Yu. Naumov on 30 September 2021, 12:24:00 UTC
1 parent 589a3a2
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