summaryrefslogtreecommitdiff
path: root/.clang-tidy
blob: 2b866f78d57d47219e535bb10605e70693fbaa50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FormatStyle: Google
Checks: >-
  *,-abseil-*,-altera-*,-android-*,-boost-*,-cert-*,-darwin-*,-fuchsia-*,-linuxkernel-*,-llvm-*,-llvmlibc-*,-mpi-*,-objc-*,-zircon-*
WarningsAsErrors: >-
  bugprone-*,-bugprone-easily-swappable-parameters,-bugprone-unchecked-optional-access,
  clang-analyzer-*,-clang-analyzer-cplusplus.NewDeleteLeaks,
  clang-diagnostic-*,-clang-diagnostic-unused-command-line-argument,
  concurrency-*, -concurrency-mt-unsafe,
  google-*,
  hicpp-*,
  modernize-*,-modernize-return-braced-init-list,
  performance-*,-performance-avoid-endl,
  portability-*,
CheckOptions:
  - { key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic, value: '1' }