Revision bd91cb33382666933be4f4290098e5eb3dc00845 authored by Norbert Grunwald on 30 November 2020, 14:37:50 UTC, committed by Norbert Grunwald on 01 April 2021, 07:28:47 UTC
1 parent 1b8856b
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