• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Checks: readability-identifier-naming
2CheckOptions:
3  - key:             readability-identifier-naming.GlobalFunctionCase
4    value:           UPPER_CASE
5  - key:             readability-identifier-naming.IgnoreMainLikeFunctions
6    value:           false
7
8