aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
AgeCommit message (Collapse)AuthorFilesLines
2020-10-21Use separate clang-tidy configurations in different directoriesDavid Robillard1-0/+10
This allows more fine-grained control. In particular, it prevents mistaked from creeping in to the public headers or core implementation because of warnings that are disabled for the tests and examples. This keeps the code that is used in other projects as clean as possible.