Revision 1e0377f507f362dc5df76d87c2be15996b8e3003 authored by Tobias Meisel on 22 February 2021, 11:47:28 UTC, committed by Dmitry Yu. Naumov on 23 April 2021, 18:42:24 UTC
1 parent 210fc8a
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