summaryrefslogtreecommitdiff
path: root/.clang-tidy
blob: 43220898632053c64956562f426cd2d57e175a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Checks:
  - "hicpp-*"
  - "cppcoreguidelines-*"
  - "misc-*"
  - "clang-analyzer-*"
  - "-misc-include-cleaner"
  - "performance-*"
  - "readability-*"
  - "-*-named-parameter"
  - "-*-avoid-do-while"
  - "-*-magic-numbers"
  - "-*-identifier-length"
  - "-*-union-access"
  - "-*-vararg"
  - "-*-macro-usage"
  - "-*-non-private-member-variables-in-classes"
  - "-*-avoid-non-const-global-variables"
  - "-*-missing-std-forward"
  - "-*-owning-memory"
  - "-*-no-malloc"
  - "-*-avoid-c-arrays"
  - "-*-use-anonymous-namespace"