Checks: readability-identifier-naming
CheckOptions:
  readability-identifier-naming.GlobalFunctionCase: lower_case
  readability-identifier-naming.IgnoreMainLikeFunctions: true

