# Copyright 2020-2024 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC

Checks: >
  -*-magic-numbers,
  -android-cloexec-fopen,
  -bugprone-narrowing-conversions,
  -cert-err33-c,
  -clang-analyzer-optin.core.EnumCastOutOfRange,
  -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
  -clang-analyzer-valist.Uninitialized,
  -concurrency-mt-unsafe,
  -cppcoreguidelines-narrowing-conversions,
  -google-readability-todo,
  -hicpp-multiway-paths-covered,
  -hicpp-signed-bitwise,
  -llvm-header-guard,
  -performance-no-int-to-ptr,
  -readability-avoid-nested-conditional-operator,
  -readability-function-cognitive-complexity,
  -readability-redundant-casting,
  -readability-suspicious-call-argument,
InheritParentConfig: true