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