Checks: >
  clang-diagnostic-*,
  clang-analyzer-*,
  readability-*,
  modernize-*,
  bugprone-*,
  misc-*,
  cert-env33-c,
  cert-err33-c,
  cert-err34-c,
  cert-flp30-c,
  google-runtime-int,
  llvm-header-guard,
  -clang-analyzer-alpha.*,
  -readability-magic-numbers,
  -readability-non-const-parameter,
  -readability-avoid-const-params-in-decls,
  -readability-else-after-return,
  -readability-isolate-declaration,
  -readability-uppercase-literal-suffix,
  -bugprone-sizeof-expression,
  -bugprone-easily-swappable-parameters,
  -readability-identifier-length,
  -misc-no-recursion,
  -readability-function-cognitive-complexity,
  -readability-magic-numbers
  -boost-use-ranges

WarningsAsErrors: '*'
HeaderFilterRegex: '^(?!.*external).*\.[h|inl]$'
FormatStyle: file
CheckOptions:
  - key: readability-braces-around-statements.ShortStatementLines
    value: '1'
  - key: google-runtime-int.TypeSuffix
    value: '_t'
  - key: fuchsia-restrict-system-includes.Includes
    value: '*,-stdint.h,-stdbool.h,-assert.h'