aboutsummaryrefslogtreecommitdiffstats
path: root/build/config/tests/clang_tidy/yandex_io.yaml
blob: d63dd286de5028898784b470d6c4d67ccc1a8597 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Checks: >
  -*,
  bugprone-use-after-move,
CheckOptions:
  - key: readability-identifier-naming.ClassCase
    value: CamelCase
  - key: readability-identifier-naming.PrivateMemberCase
    value: camelBack
  - key: readability-identifier-naming.PrivateMemberSuffix
    value: _
  - key: readability-identifier-naming.FunctionCase
    value: camelBack