# List of rationales for check suppressions (where known).
# This have to precede the list because inline comments are not
# supported by clang-tidy.
#
#         -readability-implicit-bool-conversion
# This happens often in the GPU code and should generally be harmless
Checks:  -readability-implicit-bool-conversion
InheritParentConfig: true
