# Copyright 2020-2024 David Robillard # SPDX-License-Identifier: 0BSD OR ISC Checks: > -*-magic-numbers, -*-narrowing-conversions, -bugprone-easily-swappable-parameters, -cert-err33-c, -hicpp-signed-bitwise, -misc-no-recursion, -readability-identifier-length, CheckOptions: - key: readability-function-cognitive-complexity.Threshold value: '21' InheritParentConfig: true