Revision 20e2990728afc6c72ea5a11f268b3993468cfbb6 authored by Lars Bilke on 14 September 2021, 10:40:43 UTC, committed by Lars Bilke on 22 September 2021, 13:50:20 UTC
1 parent 36ff1ef
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