folly/folly/container/test/.clang-tidy

# 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: '
-bugprone-use-after-move,
-facebook-expensive-flat-container-operation,
'
...