1Checks: readability-identifier-naming
2CheckOptions:
3  readability-identifier-naming.GlobalFunctionCase: lower_case
4  readability-identifier-naming.IgnoreMainLikeFunctions: true
5
6