summaryrefslogtreecommitdiff
path: root/.clang-tidy
blob: 67f0b1b13fb530985bcc62e6b8d6bd3ffe066f4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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,-bugprone-unhandled-exception-at-new,-bugprone-empty-catch,-bugprone-exception-escape,
  clang-analyzer-*,-clang-analyzer-cplusplus.NewDeleteLeaks,-clang-analyzer-cplusplus.StringChecker,
  clang-diagnostic-*,-clang-diagnostic-unused-command-line-argument,
  hicpp-*,
  performance-*,-performance-avoid-endl,
  portability-*,
CheckOptions:
  - { key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic, value: '1' }