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

Checks: >
  -*-magic-numbers,
  -android-cloexec-fopen,
  -bugprone-easily-swappable-parameters,
  -cert-err33-c,
  -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
  -llvm-header-guard,
  -performance-no-int-to-ptr,
CheckOptions:
  - key:   readability-function-cognitive-complexity.Threshold
    value: '26'
InheritParentConfig: true
