# NOTE there must be no spaces before the '-', so put the comma after.
# When making changes, be sure to verify the output of the following command to ensure
# the desired checks are enabled (run from the directory containing a .clang-tidy file):
# `clang-tidy -list-checks`
# NOTE: Please don't disable inheritance from the parent to make sure that common checks get propagated.
---
InheritParentConfig: true
Checks: '
boost-*,
bugprone-*,
clang-analyzer-*,
modernize-*,
performance-*,
-modernize-use-trailing-return-type,
cppcoreguidelines-pro-type-member-init,
cppcoreguidelines-init-variables,
'
...
