Revision 1c3cd188e4d56cbd60a7d70e903682fc03219358 authored by Lars Bilke on 23 March 2021, 08:38:33 UTC, committed by Lars Bilke on 23 March 2021, 11:24:53 UTC
- New target write-licenses to write license file
third_party_licenses.txt
- License file is installed into ./share/info/
1 parent 5ae119f
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